Hi,
I have a Dell Vostro 1500 remote control which I would like to change one of the existing button functions (keycode 108 - KP_Enter) to the input of a left click. I was able to change it to the input of the Enter Key on the keyboard. I cannot figure out how to make it work as a left click function. My left click shows up as button 1.
I used this to change it:
xmodmap -e “keysym KP_Enter = Enter”
I verified the change with this command:
xmodmap -pke
XEV> This shows the output from the remote control.
KeyRelease event, serial 34, synthetic NO, window 0x4800001,
root 0x59, subw 0x0, time 9307852, (103,50), root:(860,121),
state 0x10, keycode 108 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
This shows the output from one left click.
ButtonRelease event, serial 34, synthetic NO, window 0x4800001,
root 0x59, subw 0x4800002, time 9735845, (46,43), root:(803,114),
state 0x110, button 1, same_screen YES
LeaveNotify event, serial 34, synthetic NO, window 0x4800001,
root 0x59, subw 0x0, time 9735845, (46,43), root:(803,114),
mode NotifyUngrab, detail NotifyInferior, same_screen YES,
focus YES, state 16
Thanks!