Skip to content

Instantly share code, notes, and snippets.

@oscarrenalias
Created March 24, 2012 19:59
Show Gist options
  • Save oscarrenalias/2187312 to your computer and use it in GitHub Desktop.
Save oscarrenalias/2187312 to your computer and use it in GitHub Desktop.
Remap some keys in a Russian keyboard using AutoHotkey in Windows
º::<
ª::>
<^>!º::\
<^>!.::{
<^>!-::}
# How to remap the same keys but in Linux and X
# copy and paste the following commands into a shell window:
xmodmap -e "keycode 49 = less greater"
xmodmap -pke > ~/.Xmodmap
# and create a file called ~/.xinitrc with the following contents:
xmodmap .Xmodmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment