Computing: Difference between revisions

From stacky wiki
No edit summary
Line 9: Line 9:
xmodmap -e "keycode 112 = Down"
xmodmap -e "keycode 112 = Down"
</code>
</code>
found the keycodes useing <code>xev</code>.
found the keycodes useing <code>xev</code>. This list of symbol names may be useful: [http://wiki.linuxquestions.org/wiki/List_of_Keysyms_Recognised_by_Xmodmap]

Revision as of 09:09, 14 September 2011

Apt

Includes handy things like

  • find which package contains empheq.sty with apt-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]