lubuntu caps lock to escape key
~/.xsession 에 넣으면 된다는데, 영 안되어서 그냥 .bashrc 에 넣어버렸다. ㅠㅠ
xmodmap -e "clear Lock" xmodmap -e "keycode 66 = Escape"
http://ubuntuforums.org/showthread.php?t=1782212
http://ubuntuforums.org/showthread.php?t=1782212
http://hungrylobster.tistory.com/43
http://askubuntu.com/questions/363346/how-to-permanently-switch-caps-lock-and-esc .Xmodmap 파일에 넣는 방법도 있나보다.
xmodmap -e "clear Lock" xmodmap -e "keycode 66 = Escape" xmodmap -pke > ~/.xmodmap
추가작업이 필요하다. * http://vim.wikia.com/wiki/Map_caps_lock_to_escape_in_XWindows
With regards to xmodmap, you might find it tidier to put all your mappings into (e.g.) ~/.xmodmap and then call "xmodmap ~/.xmodmap" from ~/.xinitrc. Also, for those of you using xdm/kdm/gdm instead of startx/xinit, use ~/.xsession instead of ~/.xinitrc.
~/.xsession 파일에 xmodmap ~/.xmodmap 적는다












