- Create the file ~/.Xmodmap with the following contents
keycode 166= keycode 167=
- (Depending on your distribution, this step may not be necessary.)
Add the following code to your ~/.profile
# keyboard modifier if [ -f $HOME/.Xmodmap ]; then /usr/bin/xmodmap $HOME/.Xmodmap fi
No comments:
Post a Comment