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

Respect keys regardless of kb language input #1862

Closed
8 of 9 tasks
siyia2 opened this issue Apr 3, 2024 · 4 comments
Closed
8 of 9 tasks

Respect keys regardless of kb language input #1862

siyia2 opened this issue Apr 3, 2024 · 4 comments
Labels

Comments

@siyia2
Copy link

siyia2 commented Apr 3, 2024

Environment details (Put x in the checkbox along with the information)

  • Operating System: Manjaro Linux
  • Desktop Environment: Sway
  • Terminal Emulator: Alacritty
  • Shell: Fish
  • Custom desktop opener (if applicable):
  • Program options used: default
  • Configuration options set: default
  • Plugins are installed: nmount, fzopen, my own custom open terminal here script
  • Issue exists on nnn v4.9

Exact steps to reproduce the issue

  1. Change kb input language to your native language, in my case Greek.
  2. Try any hotkey like x for delete.
  3. Observe how it fails.
@siyia2 siyia2 added the bug label Apr 3, 2024
@0xACE
Copy link
Collaborator

0xACE commented Apr 3, 2024

The program lives in a terminal, it only parses the characters that gets sent to it... recompile nnn with greek kb in mind if that is necessary for you.

@siyia2
Copy link
Author

siyia2 commented Apr 3, 2024

can't it be made to work based on universal keycodes instead of key characters?

@KlzXS
Copy link
Collaborator

KlzXS commented Apr 3, 2024

It can and it is. You just have to tell it which ones you want and your terminal has to actually pass those through to the program.

We don't have the magic know-how to support "user pressed this key on the keyboard." We just know what the software registered.

@siyia2
Copy link
Author

siyia2 commented Apr 3, 2024

ok i ll check it out.

@siyia2 siyia2 closed this as completed Apr 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants