From 388d866e995249a0be3154c349db2edac664a3fa Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 11 Apr 2017 16:05:18 +0100 Subject: Remove out-of-date comment. --- content_scripts/link_hints.coffee | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 8f8c5318..e5c8b57b 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -433,10 +433,6 @@ class LinkHintsMode class AlphabetHints constructor: -> @linkHintCharacters = Settings.get("linkHintCharacters").toLowerCase() - # We use the keyChar from keydown if the link-hint characters are all "a-z0-9". This is the default - # settings value, and preserves the legacy behavior (which always used keydown) for users which are - # familiar with that behavior. Otherwise, we use keyChar from keypress, which admits non-Latin - # characters. See #1722. @hintKeystrokeQueue = [] fillInMarkers: (hintMarkers) -> -- cgit v1.2.3