Skip to content

Commit

Permalink
Document issue #1 in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
rehno-lindeque committed Jun 5, 2012
1 parent 8a23407 commit c3bb019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/supersimple/supersimple-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var supersimple = supersimple || {};
var
code = e.charCode? e.charCode : e.keyCode,
c = String.fromCharCode(code);
// TODO: (issue #1) can't press b/i keys when ctrl combination has been used
if (e.ctrlKey)
keys.ctrl = true;
if (keys.ctrl && (c === 'B' || c === 'I'))
Expand Down

0 comments on commit c3bb019

Please sign in to comment.