summaryrefslogtreecommitdiff
path: root/tests/unit/keyinput/test_keyutils.py
AgeCommit message (Expand)Author
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
2018-03-14Swap Control/Meta back on macOSFlorian Bruhin
2018-03-13Fall back to non-keypad keys without any keypad bindingsFlorian Bruhin
2018-03-09Make sure keys with modifiers get handled as specialFlorian Bruhin
2018-03-06Apply key_mappings to KeySequences correctlyFlorian Bruhin
2018-03-06Improve parsing of invalid keysFlorian Bruhin
2018-03-05Get rid of unnecessary lambdaFlorian Bruhin
2018-03-05Make sure we have plain keys/modifiers where neededFlorian Bruhin
2018-03-05Update test_init_unknown/test_init_invalid for KeyboardModifierMaskFlorian Bruhin
2018-03-05Make sure all keyboard modifiers are handled correctlyFlorian Bruhin
2018-03-05Handle invalid keys coming from QtFlorian Bruhin
2018-03-04Fix handling of </> keysFlorian Bruhin
2018-03-04Fix lintFlorian Bruhin
2018-03-04100% coverage for keyinput.keyutilsFlorian Bruhin
2018-03-04Make KeySequence.matchs() work correctlyFlorian Bruhin
2018-03-04Add more KeySequence testsFlorian Bruhin
2018-03-04Improve keyutils testsFlorian Bruhin
2018-03-04Test and fix keyutils._parse_keystringFlorian Bruhin
2018-03-04Change the way Space keybindings are handledFlorian Bruhin
2018-03-04Refactor keyutils testsFlorian Bruhin
2018-03-04Bring back keyutils.is_modifier() and modifier handlingFlorian Bruhin