summaryrefslogtreecommitdiff
path: root/docs/one_shot_keys.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-11-29 16:35:30 +0000
committerQMK Bot <hello@qmk.fm>2022-11-29 16:35:30 +0000
commitc146563f4b12d8ef1446318a65c61dac1b197b23 (patch)
treefd3ef99148632aa04cddca7084b3d151e38678b1 /docs/one_shot_keys.md
parent393a37c01294584df31c6c4b538d02b60d9c51bf (diff)
parent8a8000b4ec379448848f561f57bbe2c781376357 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/one_shot_keys.md')
-rw-r--r--docs/one_shot_keys.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/one_shot_keys.md b/docs/one_shot_keys.md
index 49910a49e2..515830ea32 100644
--- a/docs/one_shot_keys.md
+++ b/docs/one_shot_keys.md
@@ -27,7 +27,7 @@ For one shot layers, you need to call `set_oneshot_layer(LAYER, ONESHOT_START)`
For one shot mods, you need to call `set_oneshot_mods(MOD_BIT(KC_*))` to set it, or `clear_oneshot_mods()` to cancel it.
-!> If you're having issues with OSM translating over Remote Desktop Connection, this can be fixed by opening the settings, going to the "Local Resources" tap, and in the keyboard section, change the drop down to "On this Computer". This will fix the issue and allow OSM to function properly over Remote Desktop.
+!> If you're having issues with OSM translating over Remote Desktop Connection, this can be fixed by opening the settings, going to the "Local Resources" tab, and in the keyboard section, change the drop down to "On this Computer". This will fix the issue and allow OSM to function properly over Remote Desktop.
## Callbacks