Ignore keyboard layout doesn't work with non-standard English layout
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
For example I have English (Colemak) and Russian (standard)
In VimFx I used this settings:
vimfx.set('translations', {
// Colemak mappings.
"KeyE": ["f", "F"],
"KeyR": ["p", "P"],
"KeyT": ["g", "G"],
"KeyY": ["j", "J"],
"KeyU": ["l", "L"],
"KeyI": ["u", "U"],
"KeyO": ["y", "Y"],
"KeyP": [";", ":"],
"KeyS": ["r", "R"],
"KeyD": ["s", "S"],
"KeyF": ["t", "T"],
"KeyG": ["d", "D"],
"KeyJ": ["n", "N"],
"KeyK": ["e", "E"],
"KeyL": ["i", "I"],
"Semicolon": ["o", "O"],
"KeyN": ["k", "K"],
"CapsLock": "Backspace"
});
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Reproduce the issue with English Colemak and Russian standard layouts, then trace how keyboard events and the VimFx translations setting are handled; done means the configured mappings work correctly with the non-standard English layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100