Closed
Bug 610608
Opened 15 years ago
Closed 15 years ago
Can't map ctrl_' in keymapping or customKeymapping
Categories
(Skywriter Graveyard :: Embedded, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
1.0
People
(Reporter: adam, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: 0.9a2
You can't map ctrl_' with keymapping or even customKeymapping which should take precedence over everything.
env.settings.set('customKeymapping','{"states": {"start": [{"key": "ctrl_'","exec": "move up"}]}}');
Reproducible: Always
Steps to Reproduce:
1.add customKeymapping to bespin embedded
2.try keymapping
3.
Actual Results:
nothing happens
Expected Results:
keymapping action should execute
Updated•15 years ago
|
Target Milestone: --- → 1.0
Comment 1•15 years ago
|
||
ACETRANSITION
The Skywriter project has merged with Ajax.org's Ace project (the full server part of which is their Cloud9 IDE project). Background on the change is here:
http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/
The bugs in the Skywriter product are not necessarily relevant for Ace and quite a bit of code has changed. For that reason, I'm closing all of these bugs. Problems that you have with Ace should be filed in the Ace issue tracker at GitHub:
https://github.com/ajaxorg/ace/issues
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•