xte 'keydown Control_L' 'key F8' 'keyup Control_L'
NOTE: Control_R could be used instead of Control_L.
Add the following to the $HOME/.xbindkeysrc file.
"xte 'keydown Control_L' 'key F8' 'keyup Control_L'" b:8
NOTE: There are some differences here than above.
# History Back & Forward. "xte 'keydown Alt_L' 'key Left' 'keyup Alt_L' " b:6 + Release "xte 'keydown Alt_L' 'key Right' 'keyup Alt_L' " b:7 + Release # Page down. "xte 'key Next' " b:8 # Page up. "xte 'key Prior' " b:9 # Open links in new tab. "xte 'keydown Control_L' 'mouseclick 1' 'keyup Control_L' "
NOTE: A list of modifiers is used here.
List of modifier:
If any changes are made to the config file then xbindkeys needs to be restarted:
killall xbindkeys
xbindkeys