! clean most of the modifiers
clear control
clear mod4
clear mod1
! gt, lt
keycode 49 = less greater less greater bar brokenbar bar
keycode 94 = masculine ordfeminine backslash brokenbar backslash brokenbar
! -----------------
! left side
! ----------------
! keycode 64 is the left alt key
keycode 64 = Super_L
! key code 133 is the left command key
keycode 133 = Alt_L Meta_L
! ------------------
! right side
! -------------------
! key code 134 is the right command key
keycode 134 = ISO_Level3_Shift Multi_key
!keycode 134 = ISO_First_Group
! keycode 105 is the right ctrl key
keycode 105 = Control_R
keycode 108 = Menu
add mod4 = Super_L
add mod1 = Alt_L Meta_L
add mod1 = Alt_R Meta_R
add control = Control_L
add control = Control_R