Re: [DIGImend-devel] UC-Logic Tablet TWHA60 draft driver
Brought to you by:
spb_nick
|
From: Favux ... <fav...@gm...> - 2012-08-17 18:11:30
|
F1 through F12 X keycodes are already assigned, at least on a US layout keyboard. 67 thorugh 76 and 95,96. As long as a X keycode shows up (in xev for example) with a key/button press you should be able to bind it to a key with Xmodmap like so: $ xmodmap -e 'keycode 255 = F20' Then check it: $ xmodmap -pke | grep F20 keycode 255 = F20 NoSymbol F20 Or use compiz or whatever to bind the X keycode to a script rather than a key if you prefer to. |