mherrmann / mherrmann/fman

Multi-Layer Keyboard Layouts not handled correctly

Open
#219 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

1 vote bug
Dominant language
Python
Stars
275
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Hello,

I'm using the neo-layout. Most Inputs are recognized correctly. But when I hit AltGr+O (G on a normal Keyboard, which is supposed to result in End), fman recognizes an upper O. The cursor still jumps to the last position, But because the O is left at the previous position, it isn't as easy as Backspace to correct it.

Example:

  • D => D|
  • e => De|
  • s => Desk|
  • Home => |Desk
  • AltGr+O => ODesk|

The same is true for many of Level4's Combinations (as on the Website, mentioned before).

Interestingly AltGr+N results in a 4 as it should.

Thanks,
Jan

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the neo-layout sequence described in the issue, especially AltGr+O and other Level 4 combinations. Trace the keyboard input handling to find where the extra character is retained while the cursor moves. Done means these combinations move the cursor without leaving an unwanted character, while AltGr+N continues to produce 4.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.