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 μ λλ€










