summaryrefslogtreecommitdiff
path: root/tests/unit/keyinput
AgeCommit message (Expand)Author
2021-11-26Hack around test collection issuesFlorian Bruhin
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-03-20Fix bindings.key_mappings with multiple keysFlorian Bruhin
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
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
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2020-11-24Revert "Work around PyQt 5.15.1 waitSignals issues"Florian Bruhin
2020-11-04old qt: Use ApplicationAttribute to switch Ctrl/Meta on MacFlorian Bruhin
2020-09-15Work around PyQt 5.15.1 waitSignals issuesFlorian Bruhin
2020-06-17Fix tests/lintFlorian Bruhin
2020-06-17Fix lintFlorian Bruhin
2020-06-17tests: Get rid of fake_keyeventFlorian Bruhin
2020-06-17Add BindingTrie.__str__Florian Bruhin
2020-06-17modeparsers: Refactor how hints are handledFlorian Bruhin
2020-06-17basekeyparser: Improve debug loggingFlorian Bruhin
2020-06-17modeparsers: Refactor to avoid subclassingFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-10Unify hint parser testsFlorian Bruhin
2019-10-10Fix hint filtering with number keypadFlorian Bruhin
2019-10-09Move HintManager from a per-tab to a per-window objectFlorian Bruhin
2019-10-09Fix broken test_keychainFlorian Bruhin
2019-10-09Pass commandrunner object to mode parsersFlorian Bruhin
2019-10-09Move supports_count to a class attributeFlorian Bruhin
2019-10-09Use qtbot.wait_signal in test_modeparsersFlorian Bruhin
2019-09-13Fix coverageFlorian Bruhin
2019-09-13Add a proper MatchResult type instead of tuplesFlorian Bruhin
2019-09-12Make test_bindingtrie more PythonicFlorian Bruhin
2019-09-12Merge remote-tracking branch 'origin/pr/4730' into binding-trieFlorian Bruhin
2019-09-11Merge remote-tracking branch 'origin/pr/4691'Florian Bruhin
2019-09-11Merge remote-tracking branch 'origin/pr/4492'Florian Bruhin
2019-09-10Merge remote-tracking branch 'origin/pr/4585'Florian Bruhin
2019-08-18Fix implicit int conversions for QKeySequenceFlorian Bruhin
2019-04-27Add tests for binding trieJay Kamat
2019-04-26Add tests for modifier keys for test_is_specialuser202729
2019-04-26Add tests for is_special_hint_modeuser202729
2019-04-24Fix wrong test for keyutils.is_printableuser202729
2019-03-09Reduce rewriting to just surrogatesJoel Bradshaw
2019-02-22Update copyright for 2019Jay Kamat
2019-02-17Add tests for AltGr modifier keyuser202729
2019-02-16Adjust for new pytest import handlingFlorian Bruhin
2018-12-29Linting, review commentsJoel Bradshaw
2018-12-26Take a different tackJoel Bradshaw
2018-12-24Never mind, early return is what we wantJoel Bradshaw