Skip to content

Instantly share code, notes, and snippets.

@kim366
Created September 27, 2023 15:50
Show Gist options
  • Save kim366/babb382c7acfc6a01858a763af37e1b1 to your computer and use it in GitHub Desktop.
Save kim366/babb382c7acfc6a01858a763af37e1b1 to your computer and use it in GitHub Desktop.
Custom Browser Back & Forward Buttons
# 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