Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3d1ca46 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jul 26, 2023
1 parent cea8cc6 commit 693e2f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h3 id="set-module-navigation-modes">set &raquo; module navigation modes</h3>

<ul>
<li><code>{moduleId}</code> is of <code>keycluster</code>, <code>trackball</code>, <code>trackpoint</code>, <code>touchpad</code></li>
<li><code>{layerId}</code> is of <code>base</code>, <code>mod</code>, <code>mouse</code>, <code>fn</code>, <code>fn2</code>, <code>fn3</code>, <code>fn4</code>, <code>fn5</code>, <code>shift</code>, <code>ctrl</code>, <code>alt</code>, <code>super</code></li>
<li><code>{layerId}</code> is of <code>base</code>, <code>mod</code>, <code>mouse</code>, <code>fn</code>, <code>fn2</code>, <code>fn3</code>, <code>fn4</code>, <code>fn5</code></li>
<li><code>{navigationMode}</code> is of <code>cursor</code>, <code>scroll</code>, <code>caret</code>, <code>media</code>, <code>zoom</code>, <code>zoomPc</code>, <code>zoomMac</code>, <code>none</code></li>
</ul>

Expand All @@ -339,7 +339,7 @@ <h3 id="set-module-navigation-modes">set &raquo; module navigation modes</h3>
</tr>
</thead>
<tbody>
<tr v-for="layer in layers">
<tr v-for="layer in nonModifierlayers">
<th scope="row">{{layer}}</th>
<td v-for="module in modules">
<dropdown :name="`module.${moduleStrings[module]}.navigationMode.${layer.toLowerCase()}`" options="navigationModes" :default="getNavigationMode(module, layer)"/>
Expand Down
10 changes: 10 additions & 0 deletions doc/script.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,16 @@ const app = createApp({
'Alt',
'Super',
],
nonModifierlayers: [
'Base',
'Mod',
'Mouse',
'Fn',
'Fn2',
'Fn3',
'Fn4',
'Fn5',
],
modifiers: [
'Shift',
'Ctrl',
Expand Down

0 comments on commit 693e2f3

Please sign in to comment.