From 39ffd475f608ea6060b60f2dd78f6fb5434505ee Mon Sep 17 00:00:00 2001 From: "Christian C. Berclaz" Date: Sat, 30 Nov 2024 18:41:26 +0100 Subject: [PATCH] Update docs/keycodes.md Co-authored-by: Ryan --- docs/keycodes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/keycodes.md b/docs/keycodes.md index 6a761947ddb4..d07c56a0c1a4 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md @@ -211,7 +211,8 @@ See also: [Basic Keycodes](keycodes_basic) |`KC_ASSISTANT` |`KC_ASST` |Launch Context-Aware Assistant |✔ | | | |`KC_MISSION_CONTROL` |`KC_MCTL` |Open Mission Control | |✔ | | |`KC_LAUNCHPAD` |`KC_LPAD` |Open Launchpad | |✔ | | -|`KC_GLOBE` |`KC_GLB` |Apple Globe Key | |✔7| | +|`KC_GLOBE` |`KC_GLB` |Apple Globe/Fn | |✔7| | + 1. The Linux kernel HID driver recognizes [nearly all keycodes](https://github.com/torvalds/linux/blob/master/drivers/hid/hid-input.c), but the default bindings depend on the DE/WM.
2. Treated as F13-F15.
3. Must be held for about three seconds, and will display a prompt instead.