Advertisement
bogoh

Untitled

Jul 21st, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Changing letter o with lookalike letter σ
  2.  
  3. 1. Run in terminal xmodmap -pke
  4. 2. Find keycode for O. (on my computer it´s 32)
  5. 3. Run xmodmap -e "keycode 32 = Greek_sigma Greek_SIGMA"
  6. 4. To restore to default, run xmodmap -e "keycode 32 = o O"
  7.  
  8. (Thanks to: yellowantphil on stackoverflow[dot]com)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement