We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Textual keybindings are not functioning as expected on Windows. Users are unable to use keyboard shortcuts to perform actions within the application.
Ctrl+R
Ctrl+M
Keybindings should work consistently across all platforms, including Windows. For example, pressing Ctrl+M should pause the music player.
Keybindings do not work on Windows. Pressing Ctrl+M do not pause the player, and other keybindings are similarly non-functional.
Investigate the keybinding handling code for platform-specific issues. Ensure that the keybinding logic is correctly implemented for Windows.
bug
windows
keybindings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue: Fix Textual Keybindings Not Working on Windows
Description
Textual keybindings are not functioning as expected on Windows. Users are unable to use keyboard shortcuts to perform actions within the application.
Steps to Reproduce
Ctrl+R
,Ctrl+M
).Expected Behavior
Keybindings should work consistently across all platforms, including Windows. For example, pressing
Ctrl+M
should pause the music player.Actual Behavior
Keybindings do not work on Windows. Pressing
Ctrl+M
do not pause the player, and other keybindings are similarly non-functional.Environment
Additional Information
Possible Solution
Investigate the keybinding handling code for platform-specific issues. Ensure that the keybinding logic is correctly implemented for Windows.
Labels
bug
windows
keybindings
Priority - High
The text was updated successfully, but these errors were encountered: