Changeset [474623feb3c66108ddee7528f41e3add8f05f4cc] by Alexander Ljungberg
July 21st, 2010 @ 11:52 AM
Added support for punctuation based key equivalents such as
Cmd-' or Cmd-;. Fixed: [event characters] would contain Þ
when Cmd-' was pressed and º for Cmd-; since the key codes for
punctuation do not match the ASCII codes and String.fromCharCode
does not work. Manual test included.
http://github.com/280north/cappuccino/commit/474623feb3c66108ddee75...
Committed by Alexander Ljungberg
- A Tests/Manual/KeyEquivalents/AppController.j
- A Tests/Manual/KeyEquivalents/Info.plist
- A Tests/Manual/KeyEquivalents/Jakefile
- A Tests/Manual/KeyEquivalents/Resources/spinner.gif
- A Tests/Manual/KeyEquivalents/index-debug.html
- A Tests/Manual/KeyEquivalents/index.html
- A Tests/Manual/KeyEquivalents/main.j
- M AppKit/Platform/DOM/CPPlatformWindow+DOM.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.