1 ! 2 ! 3 4 ! disable the annoying capslock so we cant accidentily 5 ! hit it :) 6 remove Lock = Caps_Lock 7 remove control = Control_R 8 9 ! remap the "Print"-key to "f13" 10 keycode 111 = F13 11 12 ! mx510 logitech, reorder mousebuttons 13 pointer = 1 2 3 6 7 9 10 8 4 5 14 15 ! vim:ft=xmodmap