1
I'd like to remap some keys on my Mac OS X 10.7.5. Those mappings are not that trivial, for example I would like that 'W' key behaves as Return and right 'Apple cmd' behaves as Arrow down. Is that possible? I used linux previously and it was possible to map anything via xmodmap program.
Thanks
do you know, where is the full key code constants list? I need to be able to map czech characters like r with caron and so. – coubeatczech – 2013-02-12T21:29:43.687
1
ř should be just KEY_5. You can add key code values with symbol_map, but most keys should have them already. If your main layout is U.S., there's no way to output ř though. You have to create a custom keylayout (with Ukelele) and change the output of keys.
– Lri – 2013-02-12T21:54:33.970