Created
September 27, 2023 15:50
-
-
Save kim366/babb382c7acfc6a01858a763af37e1b1 to your computer and use it in GitHub Desktop.
Custom Browser Back & Forward Buttons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://askubuntu.com/questions/455762/xbindkeys-wont-work-properly | |
"xset r off; xdotool keyup --window 0 XF86Calculator key --clearmodifiers --window 0 ctrl+shift+Tab; xset r on" | |
XF86Calculator | |
"xset r off; xdotool keyup --window 0 XF86HomePage key --clearmodifiers --window 0 ctrl+Tab; xset r on" | |
XF86HomePage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment