From c81b13a7d57d0c79edd58652ea750c31b6525583 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 21 Jul 2018 01:56:37 +0100 Subject: [PATCH] dot/e16-bindings: Sort the bindings properly. Organization: Straylight/Edgeware From: Mark Wooding Also, some slight reformatting. --- dot/e16-bindings | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/dot/e16-bindings b/dot/e16-bindings index 4252cb7..4f22b95 100644 --- a/dot/e16-bindings +++ b/dot/e16-bindings @@ -29,16 +29,23 @@ Tooltip Go Back a Desktop MouseDown * 5 desk next Tooltip Go Forward a Desktop Aclass KEYBINDINGS global -KeyDown 5 F6 exec gconftool --toggle /desktop/gnome/accessibility/keyboard/mousekeys_enable -KeyDown 5 F7 exec un-backslashify-selection -KeyDown 5 F8 exec xinitcmd :terminal -KeyDown 5 F9 exec xinitcmd :ask-run -KeyDown 5 F10 exec xinitcmd :ask-command -KeyDown 5 F11 exec lock-screen -KeyDown 5 F12 exec xshutdown -KeyDown 5 Tab focus next -KeyDown 5 plus desk next -KeyDown 5 minus desk prev +KeyDown 5 F6 exec gconftool --toggle /desktop/gnome/accessibility/keyboard/mousekeys_enable +KeyDown 5 F7 exec un-backslashify-selection +KeyDown 5 F8 exec xinitcmd :terminal +KeyDown 5 F9 exec xinitcmd :ask-run +KeyDown 5 F10 exec xinitcmd :ask-command +KeyDown 5 F11 exec lock-screen +KeyDown 5 F12 exec xshutdown +KeyDown 5 Tab focus next +KeyDown 5 plus desk next +KeyDown 5 minus desk prev +KeyDown 5 Home wop * opacity 100 +KeyDown 5 Next wop * opacity -5 +KeyDown 5 Prior wop * opacity +5 +KeyDown 5 Up wop * mr 0 -15 +KeyDown 5 Down wop * mr 0 +15 +KeyDown 5 Left wop * mr -15 0 +KeyDown 5 Right wop * mr +15 0 KeyDown C5 a desk arrange KeyDown C5 c exec xsetroot -cursor_name left_ptr KeyDown C5 f wop * fullscreen @@ -61,21 +68,14 @@ KeyDown C5 F4 menus show windowlist KeyDown C5 Up wop * raise KeyDown C5 Down wop * lower KeyDown C5 End exit restart -KeyDown SC5 h wop * tw conservative -KeyDown SC5 m wop * ts conservative -KeyDown SC5 v wop * th conservative KeyDown S5 Up area move 0 -1 KeyDown S5 Down area move 0 1 KeyDown S5 Left area move -1 0 KeyDown S5 Right area move 1 0 -KeyDown 5 Up wop * mr 0 -15 -KeyDown 5 Down wop * mr 0 +15 -KeyDown 5 Left wop * mr -15 0 -KeyDown 5 Right wop * mr +15 0 +KeyDown SC5 h wop * tw conservative +KeyDown SC5 m wop * ts conservative +KeyDown SC5 v wop * th conservative KeyDown SC5 Up wop * sr 0 -15 KeyDown SC5 Down wop * sr 0 +15 KeyDown SC5 Left wop * sr -15 0 KeyDown SC5 Right wop * sr +15 0 -KeyDown 5 Home wop * opacity 100 -KeyDown 5 Next wop * opacity -5 -KeyDown 5 Prior wop * opacity +5 -- [mdw]