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

[Feature Request] Add user-defined keycodes to REMAP key lists. #669

Open
3araht opened this issue Nov 3, 2021 · 1 comment
Open

[Feature Request] Add user-defined keycodes to REMAP key lists. #669

3araht opened this issue Nov 3, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@3araht
Copy link

3araht commented Nov 3, 2021

It would be wonderful to have a new category dubbed "User-defined," for example, to have user-defined keycodes available for keyboard users.

For example, there are approx. 80 custom keys added to keymap.c for giabalanai keyboard.

Most of them are MIDI Chords.

The goal here is to have the customized keycode names on the REMAP screen, inside the category "User-defined," for example.
Then, REMAP users can choose these user-defined keycodes just like other standard keycodes.

There are two strategies to realize this request:
1, Instead of using "SAFE_RANGE," start user-defined keycodes from a specified keycode number which will be announced by REMAP team.
2, Share user-defined keycode names and those orders as a list via a new dedicated JSON file.

1, is to fix the keycode number.
2, is to feed REMAP what keycodes are defined as user-defined keycodes.

@yoichiro yoichiro added the enhancement New feature or request label Nov 4, 2021
@3araht
Copy link
Author

3araht commented Nov 6, 2021

In the JSON file, it would be better to have brief descriptions of each keycode, too.

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