Excellent, exactly what I was initially looking for! Thanks for the info Raster.

Cheers,
Daniel.

On Wed, 25 May 2005 14:20:10 +0900, Carsten Haitzler <[EMAIL PROTECTED]> wrote:

Is there a way of defining these keys by enlightenment_remote without
using keysymbols? i.e. via either keycodes or hexcodes for the keys?

yes Keycode_123 for example will work IF your x has no keysyms for them.
basically ecore_x handles this. if it gets a key event it translates it into a keysym string IF a keysym exists (from the keycode). IF the keysym doesnt it emulates a keysym with Keycode_number. same when it grabs keys. so you can use Keycode_89 or Keycode_120 or Keycode_7 or whatever it is. mind you this will then mean the settings are tired to THAT particular keyboard. you change
keyboard or go to a different machine and they may screw up royally.


-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to