hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Alt-L (@ on German keyboards) not working in editor #88

Closed iclukas closed 10 years ago

iclukas commented 11 years ago

Alt-L is not working in the KidsRuby editor on Mac OS X. This is a real showstopper on German (and possibly other European) keyboards, since that’s where the @ sits. Currently the only workarounds are copy&paste or switching to US layout and pressing Shift-2.

iclukas commented 11 years ago

The problem is a wrong default key binding found in ACE: https://github.com/hybridgroup/kidsruby/blob/master/public/js/ace/ace-uncompressed.js#L5001 This bug is resolved in ACE’s current release.

deadprogram commented 11 years ago

Sounds like an upgrade to the version of ACE we are using is called for. Thank you for looking into this, I will try to handle this weekend.

On Thu, Aug 9, 2012 at 2:43 PM, iclukas notifications@github.com wrote:

The problem is a wrong default key binding found in ACE:

https://github.com/hybridgroup/kidsruby/blob/master/public/js/ace/ace-uncompressed.js#L5001 This bug is resolved in ACE’s current release.

— Reply to this email directly or view it on GitHubhttps://github.com/hybridgroup/kidsruby/issues/88#issuecomment-7627938.

Ron Evans The Hybrid Group http://hybridgroup.com p. 310-916-9924 m. 310-597-1013

hunterboerner commented 10 years ago

Closing do to old age. Please retest on latest KidsRuby version and if problem persists, reopen the issue with details.