feat(keymaps): add NUHS/NUBS alias for Non-US-Backslash/Non-US-Hash

This commit is contained in:
ebastler
2022-10-18 03:48:19 +02:00
committed by GitHub
parent 3f00f14e36
commit c9eb63199a
2 changed files with 4 additions and 2 deletions

View File

@@ -1356,7 +1356,7 @@ export default [
footnotes: {},
},
{
names: ["NON_US_HASH"],
names: ["NON_US_HASH", "NUHS"],
description: "Non-US # [Hash/Pound] and ~ [Tilde]",
context: "Keyboard",
clarify: false,
@@ -2606,7 +2606,7 @@ export default [
footnotes: {},
},
{
names: ["NON_US_BACKSLASH", "NON_US_BSLH"],
names: ["NON_US_BACKSLASH", "NON_US_BSLH", "NUBS"],
description: "Non-US \\ [Backslash] and | [Pipe]",
context: "Keyboard",
clarify: false,