From f4807f341eb8e16647bb774f87b89a36e350d935 Mon Sep 17 00:00:00 2001 From: xs5871 <60395129+xs5871@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:55:19 +0000 Subject: [PATCH] fix table formatting in docs. --- docs/oneshot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/oneshot.md b/docs/oneshot.md index a36c37a..034ecdd 100644 --- a/docs/oneshot.md +++ b/docs/oneshot.md @@ -17,6 +17,7 @@ keyboard.modules.append(modtap) ## Keycodes |Keycode | Aliases |Description | +|-----------------|--------------|----------------------------------| |`KC.OS(KC.ANY)` | `KC.ONESHOT` |make a sticky version of `KC.ANY` | `KC.ONESHOT` accepts any valid key code as argument, including modifiers and KMK