-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Milestone
Description
Classification: Bug
Reproducibility: Always
Summary
Emulated keystrokes are affected by KDE keyboard layout remapping.
Steps to Reproduce
- Set KDE System Settings keyboard layout to Colemak.
- Launch and activate Plover.
- Press -T
Expected Results
Output string "the".
Actual Results
Output string "ghf".
Version
Plover version 4.0.0.dev0
First appeared in commit 2419313.
Installed via: Git
Notes
The cause seems to be in _send_keycode, specifically the change from target_window.send_event to xtest.fake_input.
Issue #298 is similiar but this bug appeared later.
Standard Qwerty layout behaves correctly.
Configuration
OS: Linux Mint 17, KDE 4.13.3
Reactions are currently unavailable