-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# NOTE: to use this, rename this file to `your keyboard name`.cfg and put in /etc/keyd/ | ||
|
||
# Basic use of capslock as a dual function key: | ||
# | ||
# - when 'capslock' is tapped (pressed + released), it behaves as ESC key | ||
# | ||
# - when 'capslock' is held, and used in combination with another key, it | ||
# behaves like a 'ctrl' key modifier (just like xcape) | ||
# Usage: Place this file /etc/keyd/default.conf | ||
|
||
# Causes `capslock` to behave as `control` when pressed | ||
# and escape when tapped. Note that `control` is what | ||
# keyd regards as a 'modifier layer'. | ||
# See the man page for more details. | ||
|
||
[ids] | ||
|
||
* | ||
|
||
[main] | ||
|
||
capslock = overload(control, esc) |
This file was deleted.
Oops, something went wrong.