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
;-------------------------------------------- | |
; Takes best key mappings from Mac to Windows | |
; Modified from https://github.com/stroebjo/autohotkey-windows-mac-keyboard/blob/master/MacKeyboard.ahk | |
; ! = ALT | |
; ^ = CTRL | |
; + = SHIFT | |
; # = WIN | |
;============================================ | |
#InstallKeybdHook |
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
# Add this to ~/.xbindkeysrc | |
# Logitech G Pro Wired Gaming Mouse side buttons | |
# Adds default mouse forward and back functionalities | |
"xte 'mouseclick 8'" | |
m:0x10 + c:127 | |
Mod2 + Pause | |
"xte 'mouseclick 9'" | |
m:0x10 + c:77 |