noreply at rubyforge.org
2006-Oct-19 12:43 UTC
[Wxruby-development] [ wxruby-Bugs-6235 ] KeyEvent#get_key_code not working properly on OS X
Bugs item #6235, was opened at 2006-10-19 12:43 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6235&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Kevin Smith (qualitycode) Summary: KeyEvent#get_key_code not working properly on OS X Initial Comment: The wrong values are getting returned from KeyEvent#get_key_code on OS X, unicode builds. This is visible in the caret sample; if the arrow keys are used to try and move the cursor, rubbish characters are instead inserted into the sample - because the values don''t match the ARROW_UP etc constants. Windows unicode build (0.0.36) works correctly in the caret sample. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6235&group_id=35
Seemingly Similar Threads
- KeyEvent#get_key_code
- [1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
- [ wxruby-Bugs-10663 ] Keys not responding in caret sample, Linux
- [ wxruby-Bugs-9093 ] Caret sample segfault on exit on Windows
- [ wxruby-Bugs-7658 ] Window#set_focus method not working on OS X