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

Some key combination involving shift does not work on Swedish keyboard on windows 10 #2272

Open
KlasMvW opened this issue Apr 25, 2022 · 0 comments
Labels
A-helix-term Area: Helix term improvements A-keymap Area: Keymap and keybindings C-bug Category: This is a bug

Comments

@KlasMvW
Copy link

KlasMvW commented Apr 25, 2022

Summary

Some key combination involving shift does not work on Swedish keyboard on windows 10.

A not complete list of combinations not working contains (in selection mode)

K : Keep selections matching the regex
Alt-K: Remove selections matching the regex
Alt-( : Rotate selection contents backward

However the following works:

S: Split selection into subselections on regex matches
J: Join lines inside selection

Reproduction Steps

I tried this:

  1. hx
  2. i
  3. enter text
abc1
def2

ghi3
  1. esc
  2. v
  3. %
  4. K
  5. e

I expected this to happen:

The letter e should be selected.

Instead, this happened:

Nothing.

Similar behavior for the other reported key combos: When applied, nothing happens.

Helix log

No response

Platform

Windows 10

Terminal Emulator

Commad prompt

Helix Version

22.03-137-g8eb15f52

@KlasMvW KlasMvW added the C-bug Category: This is a bug label Apr 25, 2022
@kirawi kirawi added A-helix-term Area: Helix term improvements A-keymap Area: Keymap and keybindings labels Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements A-keymap Area: Keymap and keybindings C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants