document the current hardcoded key bindings
This commit is contained in:
parent
33cce0d97e
commit
d6cc0b6193
1 changed files with 49 additions and 0 deletions
49
util/epist/KEYBINDINGS
Normal file
49
util/epist/KEYBINDINGS
Normal file
|
@ -0,0 +1,49 @@
|
|||
|
||||
Default Keybindings for Epistrophy-NG
|
||||
-------------------------------------
|
||||
|
||||
NextScreen ctrl-Tab
|
||||
PrevScreen ctrl-shift-Tab
|
||||
|
||||
nextWindow alt-Tab
|
||||
prevWindow shift-alt-Tab
|
||||
|
||||
toggleShade alt-F5
|
||||
close alt-F4
|
||||
|
||||
nextWindowOnAllWorkspaces ctrl-alt-Tab
|
||||
prevWindowOnAllWorkspaces ctrl-shift-alt-Tab
|
||||
|
||||
raise alt-Up
|
||||
lower alt-Down
|
||||
|
||||
moveWindowUp ctrl-alt-Up
|
||||
moveWindowDown ctrl-alt-Down
|
||||
moveWindowLeft ctrl-alt-Left
|
||||
moveWindowRight ctrl-alt-Right
|
||||
|
||||
resizeWindowHeight ctrl-shift-alt-Up
|
||||
resizeWindowHeight ctrl-shift-alt-Down
|
||||
resizeWindowHeight ctrl-shift-alt-Left
|
||||
resizeWindowHeight ctrl-shift-alt-Right
|
||||
|
||||
iconify ctrl-alt-I
|
||||
|
||||
toggleomnipresent ctrl-alt-O
|
||||
togglemaximizeHorizontal shift-alt-X
|
||||
toggleMaximizeVertical shift-ctrl-X
|
||||
togglemaximizeFull ctrl-alt-X
|
||||
|
||||
changeWorkspace ctrl-alt-1
|
||||
changeWorkspace ctrl-alt-2
|
||||
changeWorkspace ctrl-alt-3
|
||||
changeWorkspace ctrl-alt-4
|
||||
|
||||
sendToWorkspace ctrl-shift-alt-1
|
||||
sendToWorkspace ctrl-shift-alt-2
|
||||
sendToWorkspace ctrl-shift-alt-3
|
||||
sendToWorkspace ctrl-shift-alt-4
|
||||
|
||||
execute ctrl-alt-ESC "sleep 1 && xset dpms force off"
|
||||
execute ctrl-alt-SPC "rxvt"
|
||||
|
Loading…
Reference in a new issue