summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput/basekeyparser.py
AgeCommit message (Expand)Author
2018-03-04Add keyutils.is_modifier_key()Florian Bruhin
2018-03-04Expose less from keyutils publiclyFlorian Bruhin
2018-02-27Merge BaseKeyParser._handle_key into .handleFlorian Bruhin
2018-02-27Get rid of _warn_on_keychains and _supports_chainsFlorian Bruhin
2018-02-27Get rid of BaseKeyparser.TypeFlorian Bruhin
2018-02-27Fix lintFlorian Bruhin
2018-02-27Make sure 0 is handled as commandFlorian Bruhin
2018-02-27Initial attempts at fixing test_basekeyparserFlorian Bruhin
2018-02-26Fix bindings.key_mappingsFlorian Bruhin
2018-02-26Fix capital chars after string changeFlorian Bruhin
2018-02-26Make hints workFlorian Bruhin
2018-02-26Try getting hints to workFlorian Bruhin
2018-02-25Merge branch 'master' into keysFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-29Rename sequence.py to keyutils.pyFlorian Bruhin
2017-12-29Add a custom KeySequence classFlorian Bruhin
2017-12-29Switch from string to QKeySequenceFlorian Bruhin
2017-12-29Remove _handle_special_keyFlorian Bruhin
2017-12-29Split off countsFlorian Bruhin
2017-12-29Fix matchingFlorian Bruhin
2017-12-29Fix some more stuff (and break some :D)Florian Bruhin
2017-12-29Initial refactoring for new key parsingFlorian Bruhin
2017-12-15Add an utils.Unreachable exceptionFlorian Bruhin
2017-12-11Modify usage of re.match to fit re.fullmatch or re.search.George Edward Bulmer
2017-11-02use enum module instead or usertypes.enumGyorgy Orban
2017-09-22Make bindings win over mappingsFlorian Bruhin
2017-09-14Remove support for ambiguous keybindingsFlorian Bruhin
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Initial update for better bindings managementFlorian Bruhin
2017-07-04Normalize bindings correctly when checking key_mappingsFlorian Bruhin
2017-07-04Add a Key config typeFlorian Bruhin
2017-07-04More keyconfig workFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2016-11-23Revert zero countsFlorian Bruhin
2016-11-10Fix macros with a mode-switching commandFlorian Bruhin
2016-09-30Make 0 a usable count for :tab-focusFlorian Bruhin
2016-08-16Revert "Revert "Handle counts for special keys.""Florian Bruhin
2016-08-11fix lint ('line too long')Jakub Klinkovský
2016-08-11keyinput: don't emit keystring_updated twice when clearingJakub Klinkovský
2016-08-11emit keystring_updated iff necessaryJakub Klinkovský
2016-07-27Improve logging for BaseKeyParserFlorian Bruhin
2016-05-19Implement utils.is_special_key.Ryan Roden-Corrent
2016-04-29Revert "Handle counts for special keys."Florian Bruhin
2016-04-28Improve name of unused variableFlorian Bruhin
2016-04-28Merge branch 'special_key_count' of https://github.com/rcorre/qutebrowser int...Florian Bruhin
2016-04-27Various code style improvementsFlorian Bruhin
2016-04-19Handle counts for special keys.Ryan Roden-Corrent
2016-04-17Remove cyclic dependency from MarkKeyParser.Ryan Roden-Corrent