forked from kofal.net/zmk
feat(keymaps): add NUHS/NUBS alias for Non-US-Backslash/Non-US-Hash
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user