Update NorwegianExtended equivalents (#21665)

Release Notes:

- Impoved key equivalents for Norwegian Extended layout
This commit is contained in:
Conrad Irwin 2024-12-06 16:42:58 -07:00 committed by GitHub
parent 9d44ed0894
commit 9e287b33e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" => &[
('"', 'ˆ'),
('&', '/'),