diff options
author | skullY <skullydazed@gmail.com> | 2020-02-27 20:53:50 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 54c58ea6de61a0f1fefa06e8271e2e11f9027940 (patch) | |
tree | 2ce4163cda8164edccd6f06f6e384861a205006c /docs/feature_key_lock.md | |
parent | a95a314f78fd96aca7cc496b10bd310e28b1b66e (diff) |
Add explicit id tags to externally linked headers
Diffstat (limited to 'docs/feature_key_lock.md')
-rw-r--r-- | docs/feature_key_lock.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_key_lock.md b/docs/feature_key_lock.md index 46935adda0..8e6e29f0e6 100644 --- a/docs/feature_key_lock.md +++ b/docs/feature_key_lock.md @@ -16,7 +16,7 @@ First, enable Key Lock by setting `KEY_LOCK_ENABLE = yes` in your `rules.mk`. Th ## Caveats -Key Lock is only able to hold standard action keys and [One Shot modifier](feature_advanced_keycodes.md#one-shot-keys) keys (for example, if you have your Shift defined as `OSM(KC_LSFT)`). +Key Lock is only able to hold standard action keys and [One Shot modifier](one_shot_keys.md) keys (for example, if you have your Shift defined as `OSM(KC_LSFT)`). This does not include any of the QMK special functions (except One Shot modifiers), or shifted versions of keys such as `KC_LPRN`. If it's in the [Basic Keycodes](keycodes_basic.md) list, it can be held. Switching layers will not cancel the Key Lock. |