feat(keymaps): add NUHS/NUBS alias for Non-US-Backslash/Non-US-Hash
This commit is contained in:
parent
3f00f14e36
commit
c9eb63199a
2 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue