Skip to content

Conversation

@simsam8
Copy link

@simsam8 simsam8 commented May 7, 2024

Change workspace keybind generation to use keycodes instead of numbers. This makes the code snippet work with different layouts. Removed redundant code.

Change workspace keybind generation to use keycodes instead of 
numbers. This makes the code snippet work with different layouts.
Removed redundant code.
c = (x + 1) / 10;
in
builtins.toString (x + 1 - (c * 10));
ws = builtins.toString (x + 10);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the keycodes shouldn't this be + 48?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants