You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, something like a key_command not being valid will only be caught once the command is executed.
To Reproduce
Steps to reproduce the behavior:
Create a py_cui application
Use the add_key_command function, and add a command that takes in 1 argument
Start the UI, and press the key
UI will crash.
Expected behavior
An error should be spawned at startup when the function is called, for example whenever add_key_command is envoked with an invalid command function
Environment:
OS: N/A
Terminal: N/A
Version: N/A
The text was updated successfully, but these errors were encountered:
jwlodek
added
Bug
Something isn't working
Core
Add for issues having to do with core functions
Inputs
Issue with regards to keyboard and mouse
labels
Jun 10, 2021
Describe the bug
Currently, something like a key_command not being valid will only be caught once the command is executed.
To Reproduce
Steps to reproduce the behavior:
add_key_command
function, and add a command that takes in 1 argumentExpected behavior
An error should be spawned at startup when the function is called, for example whenever
add_key_command
is envoked with an invalid command functionEnvironment:
The text was updated successfully, but these errors were encountered: