Skip to content

Commit

Permalink
Keymap: Prevent sticky shift from capitalizing multiple characters
Browse files Browse the repository at this point in the history
  • Loading branch information
infused-kim committed Jan 12, 2024
1 parent 075657c commit 0564a33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/includes/settings.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
flavor = "balanced";
};

/*
* Sticky Key Settings
*/
&sk {
// Deactivate shift on press of next key instead of on release
// to prevent capitalization of multiple characters when rolling
// keys (such as `ST`).
quick-release;
};

/*
* Caps Word Settings
*/
Expand Down

0 comments on commit 0564a33

Please sign in to comment.