diff options
author | skullY <skullydazed@gmail.com> | 2017-08-06 09:36:15 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-16 15:47:20 -0400 |
commit | 207bcd788a618ef231cb3882528ec884821a8766 (patch) | |
tree | d1e9a6ed659ff20d3517b9d9df3d3e9bb74e6abf /docs/_summary.md | |
parent | e6c638bed1fa0a48bb6f8697b2a61717c4fd0992 (diff) |
rework key_functions into feature_common_shortcuts
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 72deb9ba56..4c4711064e 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -12,7 +12,12 @@ * [Keymap](faq_keymap.md) * [Features](features.md) - * [Layer switching](key_functions.md) + * [Common Shortcuts](feature_common_shortcuts.md) + * [Layer Switching](feature_common_shortcuts.md#switching-and-toggling-layers) + * [Modifier Keys](feature_common_shortcuts.md#modifier-keys) + * [Shifted Keycodes](feature_common_shortcuts.md#shifted-keycodes) + * [One Shot Keys](feature_common_shortcuts.md#one-shot-keys) + * [Mod Tap](feature_common_shortcuts.md#mod-tap) * [Leader Key](leader_key.md) * [Macros](macros.md) * [Dynamic Macros](dynamic_macros.md) |