Computing: Difference between revisions

From stacky wiki
No edit summary
Line 1: Line 1:
===[http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html#s-apt-file Apt]===
==[http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html#s-apt-file Apt]==
Includes handy things like
Includes handy things like
* find which package contains <code>empheq.sty</code> with <code>apt-file search empheq.sty</code>
* find which package contains <code>empheq.sty</code> with <code>apt-file search empheq.sty</code>
==xmodmap==
To remap the left and right arrow of Lacra's pointer to the down and right arrows, respectively, did<br>
<code>
xmodmap -e "keycode 117 = Right"
xmodmap -e "keycode 112 = Down"
</code>
found the keycodes useing <code>xev</code>.

Revision as of 19:40, 13 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.