From 4a4a88ee2fab80894c1b479c30dd962c69c7a982 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 2 Feb 2019 11:59:00 +0000 Subject: natural X keys for apple keyboard --- components/bindings/Extra-Keybindings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index f8ec431..3eba349 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -5,9 +5,9 @@ Mouse 3 RI $[Mod1] Exec exec $[infostore.DefaultTerminal] -title local-screen -e Mouse 3 RI $[Mod2] Popup /Screens -Key XF86Launch3 A N Exec emacsclient -nc -Key XF86Launch4 A N Exec firefox -Key XF86Launch4 A S Exec firefox --private-window +Key XF86LaunchA A N Exec emacsclient -nc +Key XF86LaunchB A N Exec firefox +Key XF86LaunchB A S Exec firefox --private-window Key XF86MonBrightnessUp A N Exec xgamma -gamma 1.5 Key XF86MonBrightnessDown A N Exec $(grep xgamma ~/.xinitrc) Key XF86MonBrightnessDown A $[Mod1] Exec xscreensaver-command -lock -- cgit v1.2.3 From 7e6816e4b61ffd807ad8e7fd8c74306923c98ad6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 8 Feb 2019 13:53:28 +0000 Subject: remove brightness controls --- components/bindings/Extra-Keybindings | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index 3eba349..6e00955 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -8,6 +8,4 @@ Mouse 3 RI $[Mod2] Popup /Screens Key XF86LaunchA A N Exec emacsclient -nc Key XF86LaunchB A N Exec firefox Key XF86LaunchB A S Exec firefox --private-window -Key XF86MonBrightnessUp A N Exec xgamma -gamma 1.5 -Key XF86MonBrightnessDown A N Exec $(grep xgamma ~/.xinitrc) Key XF86MonBrightnessDown A $[Mod1] Exec xscreensaver-command -lock -- cgit v1.2.3 From ed205a779d00607d3a766979724b35cc6285d170 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 12 Feb 2019 13:22:20 +0000 Subject: accept both styles of launch keys --- components/bindings/Extra-Keybindings | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index 6e00955..348d5f7 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -8,4 +8,9 @@ Mouse 3 RI $[Mod2] Popup /Screens Key XF86LaunchA A N Exec emacsclient -nc Key XF86LaunchB A N Exec firefox Key XF86LaunchB A S Exec firefox --private-window + +Key XF86Launch3 A N Exec emacsclient -nc +Key XF86Launch4 A N Exec firefox +Key XF86Launch4 A S Exec firefox --private-window + Key XF86MonBrightnessDown A $[Mod1] Exec xscreensaver-command -lock -- cgit v1.2.3