asmvik / asmvik/skhd

Simple key mapping doesn't work

Open
#361 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
C
Stars
8.1k
Forks
241
PR merge metrics
No merged PRs in 30d

Description

I am trying to do a very simple key remapping, basically remap `§` to ` (tick) and get the buttons inverted.

I tried the below configs:
```
0x0A : 0x32
```
```
0x0A = 0x32
```
```
0x0A -> 0x32
```

Nothing works so I'm opening an issue here to ask if this is even possible and if so, please provide examples as the current documentation is very ambiguous and completely lacks examples.

Permissions have been given and I've restarted the service for each change to make sure it's loaded.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the existing key-mapping documentation and checking the three syntax examples against skhd's accepted configuration format. Done means documenting the supported mapping syntax and providing a working §-to-backtick example.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
cli, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.