keyboard shortcuts
This commit is contained in:
parent
7fab889c2b
commit
316752ba7b
1 changed files with 11 additions and 4 deletions
15
keys
15
keys
|
|
@ -87,12 +87,12 @@ Control Mod1 Left :PrevWorkspace
|
|||
Control Mod1 Right :NextWorkspace
|
||||
|
||||
# send the current window to previous/next workspace
|
||||
Mod4 Left :SendToPrevWorkspace
|
||||
Mod4 Right :SendToNextWorkspace
|
||||
Control Mod4 Left :SendToPrevWorkspace
|
||||
Control Mod4 Right :SendToNextWorkspace
|
||||
|
||||
# send the current window and follow it to previous/next workspace
|
||||
Control Mod4 Left :TakeToPrevWorkspace
|
||||
Control Mod4 Right :TakeToNextWorkspace
|
||||
Mod4 Left :TakeToPrevWorkspace
|
||||
Mod4 Right :TakeToNextWorkspace
|
||||
|
||||
# change to a specific workspace
|
||||
Control F1 :Workspace 1
|
||||
|
|
@ -135,3 +135,10 @@ Control Mod4 F9 :TakeToWorkspace 9
|
|||
Control Mod4 F10 :TakeToWorkspace 10
|
||||
Control Mod4 F11 :TakeToWorkspace 11
|
||||
Control Mod4 F12 :TakeToWorkspace 12
|
||||
|
||||
# screenshot
|
||||
Print :Exec scrsht.sh
|
||||
Shift Print :Exec scrshtsel.sh
|
||||
|
||||
# file manager
|
||||
Mod4 E :Exec thunar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue