From 897ffe7b3ba43fee0c4418148a185d1cbb7d6425 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 30 Dec 2025 01:17:10 +0900 Subject: QoL small changes --- public/.xbindkeysrc | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) (limited to 'public/.xbindkeysrc') 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 -- cgit v1.2.3