##// END OF EJS Templates
DRY: factor out common handle_keyevent method...
DRY: factor out common handle_keyevent method This method was identical in both CodeCell and TextCell

File last commit:

r14093:2259a244
r15755:a1ee7385
Show More
quickhelp.less
11 lines | 168 B | text/x-less | LessCssLexer
.shortcut_key {
display: inline-block;
width: 15ex;
text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
display: inline-block;
}