diff --git a/doc/index.html b/doc/index.html index f65c6e29..51acd49c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -327,7 +327,7 @@

set » module navigation modes

@@ -339,7 +339,7 @@

set » module navigation modes

- + {{layer}} diff --git a/doc/script.mjs b/doc/script.mjs index e8afe7d2..840dadef 100644 --- a/doc/script.mjs +++ b/doc/script.mjs @@ -285,6 +285,16 @@ const app = createApp({ 'Alt', 'Super', ], + nonModifierlayers: [ + 'Base', + 'Mod', + 'Mouse', + 'Fn', + 'Fn2', + 'Fn3', + 'Fn4', + 'Fn5', + ], modifiers: [ 'Shift', 'Ctrl',