Skip to content

Commit d1ce957

Browse files
authored
feat: add more new keys and symbols for quicktools (#1297)
1 parent a34b547 commit d1ce957

31 files changed

+371
-30
lines changed

src/components/quickTools/items.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ export default [
3434
item("command-palette", "keyboard_control", "command", "openCommandPalette"),
3535
item("alt-key", "letters", "alt", undefined, "alt", false),
3636
item("meta-key", "letters", "meta", undefined, "meta", false),
37+
item("home-key", "letters", "key", 36, "home", true),
38+
item("end-key", "letters", "key", 35, "end", true),
39+
item("pageup-key", "letters", "key", 33, "pgup", true),
40+
item("pagedown-key", "letters", "key", 34, "pgdn", true),
41+
item("delete-key", "letters", "key", 46, "del", true),
42+
item("tilde", "letters", "insert", "~", "~"),
43+
item("backtick", "letters", "insert", "`", "`"),
44+
item("hash", "letters", "insert", "#", "#"),
45+
item("dollar", "letters", "insert", "$", "$"),
46+
item("modulo", "letters", "insert", "%", "%"),
47+
item("caret", "letters", "insert", "^", "^"),
3748
];
3849

3950
/**

src/lang/ar-ye.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,16 @@
392392
"notifications": "Notifications",
393393
"no_unread_notifications": "No unread notifications",
394394
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
395-
"fade fold widgets": "Fade Fold Widgets"
395+
"fade fold widgets": "Fade Fold Widgets",
396+
"quicktools:home-key": "Home Key",
397+
"quicktools:end-key": "End Key",
398+
"quicktools:pageup-key": "PageUp Key",
399+
"quicktools:pagedown-key": "PageDown Key",
400+
"quicktools:delete-key": "Delete Key",
401+
"quicktools:tilde": "Insert tilde symbol",
402+
"quicktools:backtick": "Insert backtick",
403+
"quicktools:hash": "Insert Hash symbol",
404+
"quicktools:dollar": "Insert dollar symbol",
405+
"quicktools:modulo": "Insert modulo/percent symbol",
406+
"quicktools:caret": "Insert caret symbol"
396407
}

src/lang/be-by.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,5 +393,16 @@
393393
"notifications": "Апавяшчэнні",
394394
"no_unread_notifications": "Няма непрачытаных апавяшчэнняў",
395395
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
396-
"fade fold widgets": "Fade Fold Widgets"
396+
"fade fold widgets": "Fade Fold Widgets",
397+
"quicktools:home-key": "Home Key",
398+
"quicktools:end-key": "End Key",
399+
"quicktools:pageup-key": "PageUp Key",
400+
"quicktools:pagedown-key": "PageDown Key",
401+
"quicktools:delete-key": "Delete Key",
402+
"quicktools:tilde": "Insert tilde symbol",
403+
"quicktools:backtick": "Insert backtick",
404+
"quicktools:hash": "Insert Hash symbol",
405+
"quicktools:dollar": "Insert dollar symbol",
406+
"quicktools:modulo": "Insert modulo/percent symbol",
407+
"quicktools:caret": "Insert caret symbol"
397408
}

src/lang/bn-bd.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,16 @@
392392
"notifications": "Notifications",
393393
"no_unread_notifications": "No unread notifications",
394394
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
395-
"fade fold widgets": "Fade Fold Widgets"
395+
"fade fold widgets": "Fade Fold Widgets",
396+
"quicktools:home-key": "Home Key",
397+
"quicktools:end-key": "End Key",
398+
"quicktools:pageup-key": "PageUp Key",
399+
"quicktools:pagedown-key": "PageDown Key",
400+
"quicktools:delete-key": "Delete Key",
401+
"quicktools:tilde": "Insert tilde symbol",
402+
"quicktools:backtick": "Insert backtick",
403+
"quicktools:hash": "Insert Hash symbol",
404+
"quicktools:dollar": "Insert dollar symbol",
405+
"quicktools:modulo": "Insert modulo/percent symbol",
406+
"quicktools:caret": "Insert caret symbol"
396407
}

src/lang/cs-cz.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,16 @@
392392
"notifications": "Notifications",
393393
"no_unread_notifications": "No unread notifications",
394394
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
395-
"fade fold widgets": "Fade Fold Widgets"
395+
"fade fold widgets": "Fade Fold Widgets",
396+
"quicktools:home-key": "Home Key",
397+
"quicktools:end-key": "End Key",
398+
"quicktools:pageup-key": "PageUp Key",
399+
"quicktools:pagedown-key": "PageDown Key",
400+
"quicktools:delete-key": "Delete Key",
401+
"quicktools:tilde": "Insert tilde symbol",
402+
"quicktools:backtick": "Insert backtick",
403+
"quicktools:hash": "Insert Hash symbol",
404+
"quicktools:dollar": "Insert dollar symbol",
405+
"quicktools:modulo": "Insert modulo/percent symbol",
406+
"quicktools:caret": "Insert caret symbol"
396407
}

src/lang/de-de.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,16 @@
392392
"notifications": "Benachrichtigungen",
393393
"no_unread_notifications": "Keine ungelesenen Benachrichtigungen",
394394
"should_use_current_file_for_preview": "Sollte die aktuelle Datei für die Vorschau verwenden, anstatt dem Standard (index.html)",
395-
"fade fold widgets": "Fade Fold Widgets"
395+
"fade fold widgets": "Fade Fold Widgets",
396+
"quicktools:home-key": "Home Key",
397+
"quicktools:end-key": "End Key",
398+
"quicktools:pageup-key": "PageUp Key",
399+
"quicktools:pagedown-key": "PageDown Key",
400+
"quicktools:delete-key": "Delete Key",
401+
"quicktools:tilde": "Insert tilde symbol",
402+
"quicktools:backtick": "Insert backtick",
403+
"quicktools:hash": "Insert Hash symbol",
404+
"quicktools:dollar": "Insert dollar symbol",
405+
"quicktools:modulo": "Insert modulo/percent symbol",
406+
"quicktools:caret": "Insert caret symbol"
396407
}

src/lang/en-us.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,5 +393,16 @@
393393
"notifications": "Notifications",
394394
"no_unread_notifications": "No unread notifications",
395395
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
396-
"fade fold widgets": "Fade Fold Widgets"
396+
"fade fold widgets": "Fade Fold Widgets",
397+
"quicktools:home-key": "Home Key",
398+
"quicktools:end-key": "End Key",
399+
"quicktools:pageup-key": "PageUp Key",
400+
"quicktools:pagedown-key": "PageDown Key",
401+
"quicktools:delete-key": "Delete Key",
402+
"quicktools:tilde": "Insert tilde symbol",
403+
"quicktools:backtick": "Insert backtick",
404+
"quicktools:hash": "Insert Hash symbol",
405+
"quicktools:dollar": "Insert dollar symbol",
406+
"quicktools:modulo": "Insert modulo/percent symbol",
407+
"quicktools:caret": "Insert caret symbol"
397408
}

src/lang/es-sv.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,16 @@
392392
"notifications": "Notifications",
393393
"no_unread_notifications": "No unread notifications",
394394
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
395-
"fade fold widgets": "Fade Fold Widgets"
395+
"fade fold widgets": "Fade Fold Widgets",
396+
"quicktools:home-key": "Home Key",
397+
"quicktools:end-key": "End Key",
398+
"quicktools:pageup-key": "PageUp Key",
399+
"quicktools:pagedown-key": "PageDown Key",
400+
"quicktools:delete-key": "Delete Key",
401+
"quicktools:tilde": "Insert tilde symbol",
402+
"quicktools:backtick": "Insert backtick",
403+
"quicktools:hash": "Insert Hash symbol",
404+
"quicktools:dollar": "Insert dollar symbol",
405+
"quicktools:modulo": "Insert modulo/percent symbol",
406+
"quicktools:caret": "Insert caret symbol"
396407
}

src/lang/fr-fr.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,16 @@
392392
"notifications": "Notifications",
393393
"no_unread_notifications": "No unread notifications",
394394
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
395-
"fade fold widgets": "Fade Fold Widgets"
395+
"fade fold widgets": "Fade Fold Widgets",
396+
"quicktools:home-key": "Home Key",
397+
"quicktools:end-key": "End Key",
398+
"quicktools:pageup-key": "PageUp Key",
399+
"quicktools:pagedown-key": "PageDown Key",
400+
"quicktools:delete-key": "Delete Key",
401+
"quicktools:tilde": "Insert tilde symbol",
402+
"quicktools:backtick": "Insert backtick",
403+
"quicktools:hash": "Insert Hash symbol",
404+
"quicktools:dollar": "Insert dollar symbol",
405+
"quicktools:modulo": "Insert modulo/percent symbol",
406+
"quicktools:caret": "Insert caret symbol"
396407
}

src/lang/hi-in.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,5 +393,16 @@
393393
"notifications": "Notifications",
394394
"no_unread_notifications": "No unread notifications",
395395
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
396-
"fade fold widgets": "Fade Fold Widgets"
396+
"fade fold widgets": "Fade Fold Widgets",
397+
"quicktools:home-key": "Home Key",
398+
"quicktools:end-key": "End Key",
399+
"quicktools:pageup-key": "PageUp Key",
400+
"quicktools:pagedown-key": "PageDown Key",
401+
"quicktools:delete-key": "Delete Key",
402+
"quicktools:tilde": "Insert tilde symbol",
403+
"quicktools:backtick": "Insert backtick",
404+
"quicktools:hash": "Insert Hash symbol",
405+
"quicktools:dollar": "Insert dollar symbol",
406+
"quicktools:modulo": "Insert modulo/percent symbol",
407+
"quicktools:caret": "Insert caret symbol"
397408
}

0 commit comments

Comments
 (0)