From bab891945ce7370bd1f8042dae90e710af8fe7ae Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 4 Sep 2015 14:30:22 +0100 Subject: work-around missing ACPI keys work in progress --- components/bindings/Extra-Keybindings | 2 ++ components/bindings/Multimedia_Keys | 2 ++ 2 files changed, 4 insertions(+) diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index 118a465..eaa6374 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -12,3 +12,5 @@ Key XF86MonBrightnessUp A N Exec xgamma -gamma 1.5 Key XF86MonBrightnessDown A N Exec $(grep xgamma ~/.xinitrc) Key Pause A $[Mod1] Exec xscreensaver-command -lock Key Pause A $[Mod1]S Exec xscreensaver-command -lock && sudo pm-suspend +Key F7 A $[Mod1] Exec xbacklight -dec 10 +Key F8 A $[Mod1] Exec xbacklight -inc 10 diff --git a/components/bindings/Multimedia_Keys b/components/bindings/Multimedia_Keys index 1694805..42073c7 100644 --- a/components/bindings/Multimedia_Keys +++ b/components/bindings/Multimedia_Keys @@ -2,3 +2,5 @@ Key XF86AudioRaiseVolume A $[Mod0] Change-Volume-Up Key XF86AudioLowerVolume A $[Mod0] Change-Volume-Down Key XF86AudioMute A $[Mod0] Mixer-Volume-Toggle Key XF86Eject A $[Mod0] Mixer-Show +Key F9 A $[Mod1] Mixer-Show +Key F10 A $[Mod1] Mixer-Show -- cgit v1.2.3