Skip to content

Fix some broken shortcuts on non-US keyboard layouts#827

Merged
Caldis merged 1 commit intoCaldis:masterfrom
salakis:master
Dec 30, 2025
Merged

Fix some broken shortcuts on non-US keyboard layouts#827
Caldis merged 1 commit intoCaldis:masterfrom
salakis:master

Conversation

@salakis
Copy link
Contributor

@salakis salakis commented Dec 14, 2025

Fix shortcuts on non-US layouts - Fixes #825

Replaced layout-dependent bracket keys with universal arrow keys to resolve navigation issues on German and other ISO keyboard layouts.

Previously, the app simulated physical key codes for [ and ]. On non-US keyboards, these codes often map to different characters, causing the shortcuts to fail.

Changes:

  • Back/Forward: Now uses Command + Left/Right Arrow.
  • Tab Switching: Now uses Command + Shift + Left/Right Arrow.

@Caldis
Copy link
Owner

Caldis commented Dec 18, 2025

@salakis thanks for contribution, I will test whether it works properly. If any users using US/non-US keyboard layouts and has issue, feel free to report any issues in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect button action assignment on non-US keyboard layout

2 participants