Skip to content
New issue

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

keybindings do not work on windows #25

Open
techie-coder opened this issue Feb 6, 2025 · 0 comments
Open

keybindings do not work on windows #25

techie-coder opened this issue Feb 6, 2025 · 0 comments

Comments

@techie-coder
Copy link
Contributor

techie-coder commented Feb 6, 2025

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

  1. Open the application on a Windows machine.
  2. Attempt to use any of the predefined keybindings (e.g., Ctrl+R, Ctrl+M).
  3. Observe that the keybindings do not trigger the expected actions.

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

  • OS: Windows 10
  • Keyboard Layout: US QWERTY

Additional Information

  • This issue does not occur on macOS.
  • The issue persists across different Windows machines and user accounts.
  • No error messages are displayed when attempting to use keybindings.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant