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

Custom keyboard shortcuts #120

Open
aljustiet opened this issue Dec 14, 2024 · 1 comment
Open

Custom keyboard shortcuts #120

aljustiet opened this issue Dec 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@aljustiet
Copy link

I type on keyboard layout other than qwerty called graphite-angle-kp. And I want to change the h,j,k,l to h,a,e,i. I couldn't find man pages where I can it configure in the config or in the code.
How can I change them using config or directly in the code sucklessly, I think it would be good if there would be patch to make this possible.

@aljustiet aljustiet added the enhancement New feature or request label Dec 14, 2024
@thomas-mauran
Copy link
Owner

Hello @aljustiet this is a good feature to had in the future, I already had in mind the fact to allow user to create custom board and piece skins but didn't thought about custom key bindings !

Currently keybinds are done in this file

KeyCode::Down | KeyCode::Char('j') => {

You can customize it and build it again until the feature is coded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants