From 9e287b33e58a4d4753a90d31a318f4c3de1d4690 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 6 Dec 2024 16:42:58 -0700 Subject: [PATCH] Update NorwegianExtended equivalents (#21665) Release Notes: - Impoved key equivalents for Norwegian Extended layout --- crates/settings/src/key_equivalents.rs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/crates/settings/src/key_equivalents.rs b/crates/settings/src/key_equivalents.rs index 4c5ae9e065..a0029aabbe 100644 --- a/crates/settings/src/key_equivalents.rs +++ b/crates/settings/src/key_equivalents.rs @@ -881,7 +881,26 @@ pub fn get_key_equivalents(layout: &str) -> Option> { ('}', 'Æ'), ('~', '>'), ], - "com.apple.keylayout.NorwegianExtended" => &[('^', 'ˆ'), ('~', '˜')], + "com.apple.keylayout.NorwegianExtended" => &[ + ('"', 'ˆ'), + ('&', '/'), + ('(', ')'), + (')', '='), + ('*', '('), + ('/', '´'), + (':', 'Å'), + (';', 'å'), + ('<', ';'), + ('=', '`'), + ('>', ':'), + ('@', '"'), + ('[', 'ø'), + ('\\', '@'), + (']', 'æ'), + ('`', '<'), + ('}', 'Æ'), + ('~', '>'), + ], "com.apple.keylayout.NorwegianSami-PC" => &[ ('"', 'ˆ'), ('&', '/'),