summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput/keyutils.py
AgeCommit message (Expand)Author
2021-11-13fix matching bindings with modifiersJimmy
2021-10-03even more keypress related hacksJimmy
2021-08-26More keyboard hacksFlorian Bruhin
2021-08-26key hacksFlorian Bruhin
2021-08-26API stuffFlorian Bruhin
2021-08-26enum pluralFlorian Bruhin
2021-08-26Invalid keyFlorian Bruhin
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-03-20Fix bindings.key_mappings with multiple keysFlorian Bruhin
2021-02-24Update changelog/commentFlorian Bruhin
2021-02-24Revert "old qt: Use ApplicationAttribute to switch Ctrl/Meta on Mac"Florian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-22Support Super as modifier nameFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Fix orderingFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-11-04old qt: Set _SPECIAL_NAMES in keyutils directlyFlorian Bruhin
2020-11-04old qt: Use ApplicationAttribute to switch Ctrl/Meta on MacFlorian Bruhin
2020-11-04old qt: Remove KeyInfo.__hash__Florian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-06-17modeparsers: Refactor how hints are handledFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-10mypy: Improve typing in keyutilsFlorian Bruhin
2020-05-09mypy: Fix typing in keyutilsFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-09Complete type annotations for keyinput.keyutilsFlorian Bruhin
2019-10-06Use unicode escapes for combining charsFlorian Bruhin
2019-10-01pylint: Remove protected-access ignores in special methodsFlorian Bruhin
2019-09-12Use a constant for Qt.Key(0)Florian Bruhin
2019-09-12Improve docstringsFlorian Bruhin
2019-09-12Add some more type safety for keyutilsFlorian Bruhin
2019-09-12Add more type annotations for keyinput.keyutilsFlorian Bruhin
2019-09-12Make KeyInfo hashableFlorian Bruhin
2019-09-11Merge remote-tracking branch 'origin/pr/4691'Florian Bruhin
2019-09-11Fix lintFlorian Bruhin
2019-09-11Merge remote-tracking branch 'origin/pr/4492'Florian Bruhin
2019-09-10Merge remote-tracking branch 'origin/pr/4585'Florian Bruhin
2019-09-10Use dict literal directlyFlorian Bruhin
2019-09-10More special_names cleanupsFlorian Bruhin
2019-09-10Exclude coverage for AttributeErrorFlorian Bruhin
2019-09-10Complete type annotationFlorian Bruhin
2019-09-10Remove superfluous 'if'Florian Bruhin
2019-09-10Merge remote-tracking branch 'origin/pr/4536'Florian Bruhin
2019-08-18Fix implicit int conversions for QKeySequenceFlorian Bruhin
2019-03-31Prevent modifier keys from breaking hint mode keychainuser202729
2019-03-31Make keyutils.is_special function do what it says in the docstringuser202729
2019-03-31Separate logic for checking special key and whether a key should clear hint m...user202729