- 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
Category
- Computer and Internet (49)
- Programming (19)
- Mathematics (10)
- R (8)
- Bash (6)
- C++ (3)
- LaTeX (3)
- Syntax (2)
- 武术 (2)
- Brain Teaser (1)
- CLRS (1)
- Complexity Analysis (1)
- Iteration (1)
- Mac (1)
- Markov Chain (1)
- Probability (1)
- Recursion (1)
- Spirituality (1)
Wednesday, May 2, 2012
How to disable page forward/backward key in Thinkpad
It's a design flaw for Thinkpad to put page forward/backward together with the arrow keys. This frequently leads to loss of unpublished posts. This is what you can do in Ubuntu to disable those two keys:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment