
risto at elkhornbanff
Apr 24, 2003, 12:54 PM
Post #2 of 2
(763 views)
Permalink
|
I need to add the tab key, but otherwise it works for me it's a slightly modified version of one i found on this list to map more buttons: use xev to find out what keycodes the buttons generate fire up xev and press buttons and note the numbers that come up I believe the names can be found in /usr/X11R6/include/X11/keysymdef.h omit the XK_ at the start of the names note: with this modmap I had to tell icewm to use F16 to quit instead of Alt+F4 note: I had to load this with xmodmap ~/.xmodmaprc from inside /etc/X11/Xsession cat /home/irstudio/.xmodmaprc ! mythtv definitions ! remap menu key (176) to escape for cancel keycode 176 = Escape ! remap open book (230) to m for menu keycode 230 = m ! pause/play keycode 110 = p keycode 168 = p ! info (next to left arrow on remote) keycode 146 = i ! map power button to quit keycode 222 = F16 ! map stop button to quit keycode 232 = Escape ! channel up to arrow up !keycode 105 = Up !keycode 99 = Down ! ff and rw to arrows keycode 233 = Right keycode 152 = Left ! volume controls keycode 165 = bracketleft keycode 158 = bracketright keycode 166 = bar On April 24, 2003 12:34 pm, josephc wrote: > If anyone has a working modmap for their ati remote they would like to > share, it would be much appreciated. > > -josephc > > _______________________________________________ > mythtv-users mailing list > mythtv-users [at] snowman > http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users -- Risto Treksler Internet Research Studio Assistant University of Calgary
|