Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
|
meine_xbindkeysrc [2011/03/29 23:46] kellerleiche |
meine_xbindkeysrc [2014/03/05 22:24] (aktuell) |
||
|---|---|---|---|
| Zeile 26: | Zeile 26: | ||
| # Mod3 (CapsLock), Mod4, Mod5 (Scroll). | # Mod3 (CapsLock), Mod4, Mod5 (Scroll). | ||
| # | # | ||
| - | |||
| # The release modifier is not a standard X modifier, but you can | # The release modifier is not a standard X modifier, but you can | ||
| # use it if you want to catch release events instead of press events | # use it if you want to catch release events instead of press events | ||
| - | |||
| # By defaults, xbindkeys does not pay attention with the modifiers | # By defaults, xbindkeys does not pay attention with the modifiers | ||
| # NumLock, CapsLock and ScrollLock. | # NumLock, CapsLock and ScrollLock. | ||
| # Uncomment the lines above if you want to pay attention to them. | # Uncomment the lines above if you want to pay attention to them. | ||
| + | # | ||
| #keystate_numlock = enable | #keystate_numlock = enable | ||
| #keystate_capslock = enable | #keystate_capslock = enable | ||
| #keystate_scrolllock= enable | #keystate_scrolllock= enable | ||
| + | # | ||
| # Examples of commands: | # Examples of commands: | ||
| - | |||
| "xbindkeys_show" | "xbindkeys_show" | ||
| control+shift + q | control+shift + q | ||
| + | # | ||
| ########start FN-Keys######### | ########start FN-Keys######### | ||
| # Lautstärke absenken | # Lautstärke absenken | ||
| - | "amixer sset Master,0 1-" | + | #"amixer sset Master,0 1-" |
| - | m:0x0 + c:122 | + | #m:0x0 + c:122 |
| - | XF86AudioLowerVolume | + | #XF86AudioLowerVolume |
| + | # | ||
| # Lautstärke erhöhen | # Lautstärke erhöhen | ||
| - | "amixer sset Master,0 1+" | + | #"amixer sset Master,0 1+" |
| - | m:0x0 + c:123 | + | #m:0x0 + c:123 |
| - | XF86AudioRaiseVolume | + | #XF86AudioRaiseVolume |
| + | # | ||
| # Lautstärke deaktivieren, aktivieren Stummschaltung | # Lautstärke deaktivieren, aktivieren Stummschaltung | ||
| - | "amixer sset Master,0 toggle" | + | #"amixer sset Master,0 toggle" |
| - | m:0x0 + c:121 | + | #m:0x0 + c:121 |
| - | XF86AudioMute | + | #XF86AudioMute |
| + | # | ||
| # Webbrowser starten | # Webbrowser starten | ||
| "firefox" | "firefox" | ||
| m:0x0 + c:180 | m:0x0 + c:180 | ||
| XF86HomePage | XF86HomePage | ||
| + | # | ||
| # Countdown zum herunterfahren aktivieren | # Countdown zum herunterfahren aktivieren | ||
| "sleeptimer" | "sleeptimer" | ||
| m:0x0 + c:150 | m:0x0 + c:150 | ||
| XF86Sleep | XF86Sleep | ||
| + | # | ||
| # Einfache aktuelle Systeminformationen anzeigen | # Einfache aktuelle Systeminformationen anzeigen | ||
| "SiCuSys" | "SiCuSys" | ||
| m:0x0 + c:67 | m:0x0 + c:67 | ||
| F1 | F1 | ||
| + | # | ||
| # Audioplayer starten | # Audioplayer starten | ||
| - | "clementine" | + | #"deadbeef" |
| - | m:0x0 + c:172 | + | #m:0x0 + c:172 |
| - | XF86AudioPlay | + | #XF86AudioPlay |
| + | # | ||
| # Bildschirmfoto erstellen | # Bildschirmfoto erstellen | ||
| "screenie" | "screenie" | ||
| m:0x0 + c:107 | m:0x0 + c:107 | ||
| + | # | ||
| + | # Ein oder auschalten der Energiesparmodus | ||
| + | "lxdpms" | ||
| + | m:0x0 + c:235 | ||
| + | XF86Display | ||
| ######end FN-Keys####### | ######end FN-Keys####### | ||
| + | # | ||
| # Programme im Systray verschieben | # Programme im Systray verschieben | ||
| "kdocker" | "kdocker" | ||
| m:0x0 + c:88 | m:0x0 + c:88 | ||
| KP_Down | KP_Down | ||
| + | # | ||
| ########Logout without question dialog########## | ########Logout without question dialog########## | ||
| #"dbus-send --system --print-reply --dest="org.freedesktop.Hal" /org/freedesktop/Hal/devices /computer org.freedesktop.Hal.Device.SystemPowerManagement.Shutdown" | #"dbus-send --system --print-reply --dest="org.freedesktop.Hal" /org/freedesktop/Hal/devices /computer org.freedesktop.Hal.Device.SystemPowerManagement.Shutdown" | ||
| ################################################# | ################################################# | ||
| + | # | ||
| # Herunterfahren Dialog aufrufen | # Herunterfahren Dialog aufrufen | ||
| - | "lxde-logout" | + | "lxlock" |
| m:0x0 + c:160 | m:0x0 + c:160 | ||
| XF86ScreenSaver | XF86ScreenSaver | ||
| + | # | ||
| # Audioabspieler starten | # Audioabspieler starten | ||
| "deadbeef" | "deadbeef" | ||
| - | control+d | + | m:0x40 + c:40 |
| - | + | Mod4 + d | |
| + | # | ||
| # Touchpad ein oder ausschalten | # Touchpad ein oder ausschalten | ||
| "touchpad_toggle.sh" | "touchpad_toggle.sh" | ||
| alt+t | alt+t | ||
| + | # | ||
| # Evolution starten | # Evolution starten | ||
| "evolution" | "evolution" | ||
| alt+e | alt+e | ||
| + | # | ||
| # Dayplanner starten | # Dayplanner starten | ||
| "dayplanner" | "dayplanner" | ||
| - | shift+alt+t | + | shift+alt+t |
| + | # | ||
| + | # Alarm Uhr | ||
| + | "alert_clock" | ||
| + | alt+z | ||
| + | # | ||
| + | # Kdocker | ||
| + | "kdocker" | ||
| + | m:0x40 + c:45 | ||
| + | Mod4 + k | ||
| + | # | ||
| + | # MyMencoder | ||
| + | "my_mencoder" | ||
| + | m:0x40 + c:58 | ||
| + | Mod4 + m | ||
| ################################## | ################################## | ||
| # End of xbindkeys configuration # | # End of xbindkeys configuration # | ||
| ################################## | ################################## | ||
| + | |||