summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-08-14 19:32:50 -0400
committerAndrew Cady <d@jerkface.net>2021-08-14 19:32:50 -0400
commit240ae4da2bbaac45ad0394debdf85b04830e93f5 (patch)
tree10af61a90a0758aa25c54e7ed938dcd168488aba
parent5276b45d682541521f63aa1f93ff26621f340381 (diff)
new x11 keybindings
-rw-r--r--dot/xbindkeysrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/dot/xbindkeysrc b/dot/xbindkeysrc
index 9b628a8..fd1eb24 100644
--- a/dot/xbindkeysrc
+++ b/dot/xbindkeysrc
@@ -39,7 +39,7 @@
39 39
40# Examples of commands: 40# Examples of commands:
41 41
42"xbindkeys_show" 42"xbindkeys_show"
43 control+shift + q 43 control+shift + q
44 44
45# Increase volume 45# Increase volume
@@ -54,6 +54,10 @@
54"pavol --mute" 54"pavol --mute"
55 XF86AudioMute 55 XF86AudioMute
56 56
57# Reset volume
58"pavol --mute=0; pavol 100"
59 control + XF86AudioMute
60
57"thinkpad-rotate" 61"thinkpad-rotate"
58 XF86TaskPane 62 XF86TaskPane
59"thinkpad-rotate rotate" 63"thinkpad-rotate rotate"
@@ -63,6 +67,10 @@
63"im" 67"im"
64 Print 68 Print
65 69
70"scrolltoggle"
71 Scroll_Lock
72
73
66# set directly keycode (here control + f with my keyboard) 74# set directly keycode (here control + f with my keyboard)
67#"xterm" 75#"xterm"
68# c:41 + m:0x4 76# c:41 + m:0x4