Skip to content

Instantly share code, notes, and snippets.

@Bystroushaak
Created September 29, 2015 17:23
Show Gist options
  • Save Bystroushaak/a0f83fa8024a317e07c5 to your computer and use it in GitHub Desktop.
Save Bystroushaak/a0f83fa8024a317e07c5 to your computer and use it in GitHub Desktop.
clear control
clear Mod1
! define left and right ctrl
keycode 37 = Control_L
keycode 108 = Control_R
add control = Control_L Control_R
! disable nonbreakable space
keycode 65 = space space
! switch right cmd with alt/ISO_Level3_Shift
clear mod4
clear mod5
keycode 134 = ISO_Level3_Shift
add mod5 = ISO_Level3_Shift
! switch left super and alt
remove mod1 = Alt_L
remove mod4 = Super_L
add mod4 = Alt_L
add mod1 = Super_L
! troll klavesa
keycode 94 = U201E U201C 1 1 U201A U2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment