aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2017-09-01Handle shifted numeric keys.Stephen Blott
2017-09-01Translate event.code key representations to the corresponding event.key format.Stephen Blott
2017-09-01Implement ignoreKeyboardLayout option in getKeyChar.Stephen Blott
2017-08-31Add ignoreKeyboardLayout option (under advanced).Stephen Blott
2017-08-31Update URLs to HTTPS in code, pages and docsDavid Beitey
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2017-05-01FF - Fix updates from the exclusions popupmrmr1993
2017-04-22Firefox: Polyfill for selection.type for visual mode.Stephen Blott
2017-04-22Refactor getSelectionType() to DOM utils.Stephen Blott
2017-04-21Firefox: Fix waitForEnterForFilteredHints.Stephen Blott
2017-04-19Simplify isPrintable(event) test.Stephen Blott
2017-04-18Better check for handlerId.Stephen Blott
2017-04-18Set handlerId directly to a non-id.Stephen Blott
2017-04-18Make the consumeKeyup handler a singleton.Stephen Blott
2017-04-18Use event.code to detect/suppress keyup events.Stephen Blott
2017-04-18Avoid repeating Backspace and Delete keys.Stephen Blott
2017-04-18Ignore keybiard repeats.Stephen Blott
2017-04-18Remove use of keyCodes entirely.Stephen Blott
2017-04-18Move keyboard utils to keydown and migrate normal/visual modes.Stephen Blott
2017-04-18Check whether chrome.storage.sync is enabled, fall back to .local if notmrmr1993
2017-04-16Use browser independent new tab page URL (about:newtab)mrmr1993
2017-04-16Only remove settings from storage.local if it's not our main storemrmr1993
2017-04-16Fallback to storage.local if storage.sync is not availablemrmr1993
2017-03-22Note TODO re. keydown, keypress.Stephen Blott
2017-03-22Move key handling to keydown and event.key.Stephen Blott
2017-03-22Remove and refactor mapKeyRegistery.Stephen Blott
2017-03-19event.key is not always definedStephen Blott
2017-03-04Merge pull request #2369 from gdh1995/zoomed-docEl-offsetStephen Blott
2017-02-09Guard against undefined (out of spec) getDestinationInsertionPointsmrmr1993
2017-01-03take documentElement's border into considerationgdh1995
2017-01-03getViewportTopLeft: consider the new style "contain"gdh1995
2017-01-03getViewportTopLeft: support zoomed static documentElementgdh1995
2016-12-21Merge pull request #2311 from smblott-github/enterNormalModeStephen Blott
2016-10-23Move SearchEngines to bg-utils.coffee.Stephen Blott
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-10Add TODO.Stephen Blott
2016-10-10Rename 'translate' to 'mapkey'.Stephen Blott
2016-10-09Tweak (simplify) #2306.Stephen Blott
2016-10-09Extend key translation to include Escape.Stephen Blott
2016-10-08Better positioning of link-hints flash rect.Stephen Blott
2016-10-02Rework key-sequence parsing.Stephen Blott
2016-10-01Remove legacy migrations.Stephen Blott
2016-09-25Space rotates hints (to make hidden hints visible).Stephen Blott
2016-09-17Merge branch 'gdh1995-backspace-as-go-back'Stephen Blott
2016-09-17Rework #2223 (backspace).Stephen Blott
2016-09-17use keyNames to check backspace keyCodegdh1995
2016-09-10simpler logic to detect backsapcegdh1995
2016-08-18support mapping <backspace>gdh1995
2016-08-15replace \xA0 on copying and pastinggdh1995
2016-08-10Consider the alt-key status when trying to detect <c-[>Colin Kiegel