Skip to content

Commit

Permalink
Merge pull request #2644 from smblott-github/fix-2642
Browse files Browse the repository at this point in the history
Fix #2642.
  • Loading branch information
smblott-github authored Sep 14, 2017
2 parents 468faa2 + 2225bdb commit 25d561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_scripts/link_hints.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class LinkHintsMode
else
@tabCount = previousTabCount if event.ctrlKey or event.metaKey or event.altKey
unless event.repeat
if keyChar = KeyboardUtils.getKeyChar event
if keyChar = KeyboardUtils.getKeyChar(event).toLowerCase()
keyChar = " " if keyChar == "space"
if keyChar.length == 1
@markerMatcher.pushKeyChar keyChar
Expand Down

0 comments on commit 25d561a

Please sign in to comment.