mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Update NorwegianExtended equivalents (#21665)
Release Notes: - Impoved key equivalents for Norwegian Extended layout
This commit is contained in:
parent
9d44ed0894
commit
9e287b33e5
1 changed files with 20 additions and 1 deletions
|
@ -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" => &[
|
||||
('"', 'ˆ'),
|
||||
('&', '/'),
|
||||
|
|
Loading…
Reference in a new issue