Skip to content

fix: add missing mappings for asterisk and asciicircum keys#6

Open
0xsamalt wants to merge 1 commit intowaycrate:masterfrom
0xsamalt:fix/add-asterisk-asciicircum
Open

fix: add missing mappings for asterisk and asciicircum keys#6
0xsamalt wants to merge 1 commit intowaycrate:masterfrom
0xsamalt:fix/add-asterisk-asciicircum

Conversation

@0xsamalt
Copy link
Copy Markdown

While debugging an issue in swhkd, I found that '*' and '^' were not recognized as either literals or words, causing a parsing error.

This PR introduces mappings for these characters in sweet’s key mapping, pointing '*' to key_8 and '^' to key_6, following the US standard keyboard layout. This fixes the parsing error in swhkd.

Issue: waycrate/swhkd#315

@Shinyzenith
Copy link
Copy Markdown
Member

@lavafroth Can you review

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants