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

Simplify keybind generation code for workspaces #639

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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