Update NorwegianExtended equivalents (#21665)

Conrad Irwin created

Release Notes:

- Impoved key equivalents for Norwegian Extended layout

Change summary

crates/settings/src/key_equivalents.rs | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

Detailed changes

crates/settings/src/key_equivalents.rs 🔗

@@ -881,7 +881,26 @@ pub fn get_key_equivalents(layout: &str) -> Option<HashMap<char, char>> {
             ('}', 'Æ'),
             ('~', '>'),
         ],
-        "com.apple.keylayout.NorwegianExtended" => &[('^', 'ˆ'), ('~', '˜')],
+        "com.apple.keylayout.NorwegianExtended" => &[
+            ('"', 'ˆ'),
+            ('&', '/'),
+            ('(', ')'),
+            (')', '='),
+            ('*', '('),
+            ('/', '´'),
+            (':', 'Å'),
+            (';', 'å'),
+            ('<', ';'),
+            ('=', '`'),
+            ('>', ':'),
+            ('@', '"'),
+            ('[', 'ø'),
+            ('\\', '@'),
+            (']', 'æ'),
+            ('`', '<'),
+            ('}', 'Æ'),
+            ('~', '>'),
+        ],
         "com.apple.keylayout.NorwegianSami-PC" => &[
             ('"', 'ˆ'),
             ('&', '/'),