Tuesday, March 30, 2010

Mouthpiece Sports Brases

presentations with LaTeX and ... pdfPres!

What if the software to scroll the cursor keys 'links' and 'Right' demands, but only the presenter Page Up and Page Down buttons sends a key code?

The question was put before me in a telephone emergency call 5 minutes before a presentation ... This makes the next time go faster here the documentary.

Well, first you search by xev

the key codes of those keys and

then gives something like:

key

keycode name in X

picture on image from Links law And now we map the keys to happy: picture on
112 Prior
117 Next
113 Left
114 Right
cursor will be left: xmodmap-e "keycode 112 = Left
image from

cursor to right:


xmodmap-e" keycode 117 = Right "
And if you want to replace the cursor keys: Links
should be to Image: xmodmap-e" keycode 113 = Prior "
law

to image are from:


xmodmap-e "keycode 114 = Next"

0 comments:

Post a Comment