summaryrefslogtreecommitdiff
path: root/tests/unit/keyinput/test_keyutils.py
AgeCommit message (Expand)Author
2024-10-13Use str.removeprefix() and str.removesuffix()Florian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-06-30qt6: Make sure KeyInfo never has ints as membersFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2022-08-23keyutils: Move public functions to KeyInfoFlorian Bruhin
2022-08-23lint: Remove unused importsFlorian Bruhin
2022-08-23qt6 tests: Also apply pyqt_enum_workaround() for modeparsersFlorian Bruhin
2022-08-23keyutils: Make sure KeyInfo has separate key/modFlorian Bruhin
2022-08-23Make keyutils._assert_plain_* work on Qt 6Florian Bruhin
2022-08-23qt6: Handle invalid Qt.Key members in more placesFlorian Bruhin
2022-08-23Add a KeyInfo.__repr__Florian Bruhin
2022-08-23qt 6: Fix getting enum members in testsFlorian Bruhin
2022-08-23qt6 tests: Fix some enum issues around test_keyutils.pyFlorian Bruhin
2022-08-23Fix remaining enum/flag issuesFlorian Bruhin
2022-08-23Simplify KeyInfo.to_qtFlorian Bruhin
2022-08-23Store KeyInfo in KeySequenceFlorian Bruhin
2022-08-23Fix missed enum scope changesFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2021-03-20Fix bindings.key_mappings with multiple keysFlorian 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
2020-11-04old qt: Use ApplicationAttribute to switch Ctrl/Meta on MacFlorian Bruhin
2020-06-17tests: Get rid of fake_keyeventFlorian Bruhin
2020-06-17modeparsers: Refactor how hints are handledFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-09-13Fix coverageFlorian Bruhin
2019-09-13Add a proper MatchResult type instead of tuplesFlorian 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
2018-12-23Attempt to add a test for thisJoel Bradshaw
2018-08-28Recognize "Command"/"Cmd" in keybindingsFlorian Bruhin
2018-03-21Add test case for is_special in keyutilsGeorge Edward Bulmer