Open GoogleCodeExporter opened 8 years ago
Thanks for bringing up the issue. Let me see if I understand you correctly...
it sounds like what you want is basically the ability to map a physical key to
work like the "Meta" key in NetHack, right? I think that's what the Alt key on
many systems would map to. For example, you want to press Alt+P to pray (called
"M-p" in the command help in NetHack)? I think I would be able to quite easily
add that as one of the options in the key bindings. I believe all these
commands can be accessed in other ways (like #pray, in this case), but yeah, no
reason to not support it. By the way, the reason why "forward to system"
doesn't give you '=' in your example is that it's still the application that
receives the physical keys and asks the system to translate into characters,
and with the "forward to system" option the application just ignores the key
and tells the system it didn't handle it at all. Perhaps confusing, but makes
sense for some of the keys (like the volume buttons).
Original comment by farnst...@gmail.com
on 29 Aug 2010 at 11:00
Original issue reported on code.google.com by
jas...@gmail.com
on 29 Aug 2010 at 10:07