qutebrowser/tests/unit/keyinput
brightonanc 595cda4896 Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done.
Merges needed were:
* qutebrowser/keyinput/basekeyparser.py for the new count precaution (commit 51aa7ab)
* qutebrowser/keyinput/modeparsers.py for a simple syntax restructure (semantically
  identical)
* tests/unit/keyinput/test_basekeyparser.py for new count precaution (commit 51aa7ab)
  unit test
* qutebrowser/keyinput/modeman.py for import changes (commit eb8121f)
2025-12-21 03:37:41 -05:00
..
conftest.py Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done. 2025-12-21 03:37:41 -05:00
key_data.py tests: Add Qt.Key.Key_Keyboard 2025-10-12 13:32:01 +02:00
test_basekeyparser.py Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done. 2025-12-21 03:37:41 -05:00
test_bindingtrie.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_keyutils.py Use str.removeprefix() and str.removesuffix() 2024-10-13 18:24:44 +02:00
test_modeman.py Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done. 2025-12-21 03:37:41 -05:00
test_modeparsers.py Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done. 2025-12-21 03:37:41 -05:00