##// END OF EJS Templates
check that a handler is actually registered in ShortcutManager.handles...
check that a handler is actually registered in ShortcutManager.handles there are a few shortcuts that do not specify handlers (just for quick help contents), and this was preventing the actual events from ever firing.

File last commit:

r15899:6af177f5
r16026:c8db6cd6
Show More
quickhelp.less
15 lines | 214 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}