aboutsummaryrefslogtreecommitdiff
path: root/public/.xbindkeysrc
diff options
context:
space:
mode:
authorMitsuo Tokumori <mitsuo@tokumori.xyz>2025-12-30 01:17:10 +0900
committerMitsuo Tokumori <mitsuo@tokumori.xyz>2025-12-30 01:17:10 +0900
commit897ffe7b3ba43fee0c4418148a185d1cbb7d6425 (patch)
tree9d5fca789746ebb9b8a99902b7aa66b0f6bde2c5 /public/.xbindkeysrc
parentd0a3fa2ddd2843a55cce25d29fe61daf27ef1d38 (diff)
QoL small changes
Diffstat (limited to 'public/.xbindkeysrc')
-rw-r--r--public/.xbindkeysrc35
1 files changed, 24 insertions, 11 deletions
diff --git a/public/.xbindkeysrc b/public/.xbindkeysrc
index c5c87b0..94dba99 100644
--- a/public/.xbindkeysrc
+++ b/public/.xbindkeysrc
@@ -39,7 +39,7 @@
# Examples of commands:
-#"xbindkeys_show"
+#"xbindkeys_show"
# control+shift + q
## set directly keycode (here control + f with my keyboard)
@@ -101,7 +101,7 @@
"audio_control.sh inc"
Mod4 + 0
-
+
"audio_control.sh dec"
Mod4 + 9
@@ -110,7 +110,7 @@
"audio_control.sh micinc"
Mod4 + 8
-
+
"audio_control.sh micdec"
Mod4 + 7
@@ -148,10 +148,16 @@
Alt + w
"dmenu-emoji.sh"
- Alt + e
+ Mod4 + u
"dmenu-snippet.sh"
- Alt + s
+ Mod4 + c
+
+"dmenu-opentable.sh"
+ Mod4 + d
+
+"dmenu-openbook.sh"
+ Mod4 + b
"screenshot.sh"
Print
@@ -162,12 +168,6 @@
"screenshot_ocr.sh"
Mod4 + s
-"dmenu-opentable.sh"
- Mod4 + d
-
-"dmenu-openbook.sh"
- Mod4 + b
-
# This key combination (Mod4 + Space) seems to break xbindkeys
# See Also:
# https://bbs.archlinux.org/viewtopic.php?id=226182
@@ -221,3 +221,16 @@
"playerctl previous"
Mod4 + Left
+
+# Mouse
+# -----
+
+# The following mappings have the unexpected but useful side-effect that
+# double-clicking still preserves previous/following page function in Firefox
+# "previous page: temporarily hold control (zoom control)"
+"xdotool keydown Control && sleep 1 && xdotool keyup Control"
+ b:8
+
+# "following page": temporarily hold shift (yomitan look-ups)
+"xdotool keydown Shift && sleep 1 && xdotool keyup Shift"
+ b:9