Computing: Difference between revisions
m (moved Bash tricks to Computing) |
|
(No difference)
|
Revision as of 13:32, 23 September 2011
Apt
Includes handy things like
- find which package contains
empheq.sty
withapt-file search empheq.sty
xmodmap
To remap the left and right arrow of Lacra's pointer to the down and right arrows, respectively, did
xmodmap -e "keycode 117 = Right"
xmodmap -e "keycode 112 = Down"
found the keycodes useing xev
. This list of symbol names may be useful: [1]