[mythtv-users] Mandrake 9.0 and alsa-util vs OSS

Chris Rickert chris.rickert at mchsi.com
Fri Apr 25 12:29:06 UTC 2003


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.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users

-- 
Risto Treksler
Internet Research Studio Assistant
University of Calgary




More information about the mythtv-users mailing list