Skip to content

Commit

Permalink
Uncommon tips&tricks: Add info for how to swap caps lock and escape (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-ie authored Feb 7, 2024
1 parent 2448dad commit 280c527
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/Configuring/Uncommon-tips-&-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ input {
}
```

# Swap Caps-Lock and Escape

```
input {
kb_options = caps:swapescape
}
```

# Minimize Steam instead of killing

Steam will exit entirely when it's last window is closed using the `killactive` dispatcher.
Expand Down

0 comments on commit 280c527

Please sign in to comment.