diff --git a/src/components/quickTools/items.js b/src/components/quickTools/items.js index 3674c9f7f..2e8bf5238 100644 --- a/src/components/quickTools/items.js +++ b/src/components/quickTools/items.js @@ -34,6 +34,17 @@ export default [ item("command-palette", "keyboard_control", "command", "openCommandPalette"), item("alt-key", "letters", "alt", undefined, "alt", false), item("meta-key", "letters", "meta", undefined, "meta", false), + item("home-key", "letters", "key", 36, "home", true), + item("end-key", "letters", "key", 35, "end", true), + item("pageup-key", "letters", "key", 33, "pgup", true), + item("pagedown-key", "letters", "key", 34, "pgdn", true), + item("delete-key", "letters", "key", 46, "del", true), + item("tilde", "letters", "insert", "~", "~"), + item("backtick", "letters", "insert", "`", "`"), + item("hash", "letters", "insert", "#", "#"), + item("dollar", "letters", "insert", "$", "$"), + item("modulo", "letters", "insert", "%", "%"), + item("caret", "letters", "insert", "^", "^"), ]; /** diff --git a/src/lang/ar-ye.json b/src/lang/ar-ye.json index 1c9385ac5..875f897d1 100644 --- a/src/lang/ar-ye.json +++ b/src/lang/ar-ye.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/be-by.json b/src/lang/be-by.json index 512cfa1fc..2ccd5f40e 100644 --- a/src/lang/be-by.json +++ b/src/lang/be-by.json @@ -393,5 +393,16 @@ "notifications": "Апавяшчэнні", "no_unread_notifications": "Няма непрачытаных апавяшчэнняў", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/bn-bd.json b/src/lang/bn-bd.json index 3913a0d05..d37ea80a4 100644 --- a/src/lang/bn-bd.json +++ b/src/lang/bn-bd.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/cs-cz.json b/src/lang/cs-cz.json index d4a40aa13..479af1abe 100644 --- a/src/lang/cs-cz.json +++ b/src/lang/cs-cz.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/de-de.json b/src/lang/de-de.json index 9dc76da35..e9156df29 100644 --- a/src/lang/de-de.json +++ b/src/lang/de-de.json @@ -392,5 +392,16 @@ "notifications": "Benachrichtigungen", "no_unread_notifications": "Keine ungelesenen Benachrichtigungen", "should_use_current_file_for_preview": "Sollte die aktuelle Datei für die Vorschau verwenden, anstatt dem Standard (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 7dfd343cc..920e65f83 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -393,5 +393,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/es-sv.json b/src/lang/es-sv.json index 65605cd16..4d0600dd0 100644 --- a/src/lang/es-sv.json +++ b/src/lang/es-sv.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/fr-fr.json b/src/lang/fr-fr.json index ef36a642a..a63b8a240 100644 --- a/src/lang/fr-fr.json +++ b/src/lang/fr-fr.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/hi-in.json b/src/lang/hi-in.json index 8fbe44919..bc3017534 100644 --- a/src/lang/hi-in.json +++ b/src/lang/hi-in.json @@ -393,5 +393,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/hu-hu.json b/src/lang/hu-hu.json index 278c98bde..86127aaee 100644 --- a/src/lang/hu-hu.json +++ b/src/lang/hu-hu.json @@ -392,5 +392,16 @@ "notifications": "Értesítések", "no_unread_notifications": "Nincsenek olvasatlan értesítések", "should_use_current_file_for_preview": "A jelenlegi fájl használata az előnézethez az alapértelmezett (index.html) helyett", - "fade fold widgets": "Elhalványulás a modulok bezárásakor" + "fade fold widgets": "Elhalványulás a modulok bezárásakor", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/id-id.json b/src/lang/id-id.json index 6a3cab4e4..ca017b11c 100644 --- a/src/lang/id-id.json +++ b/src/lang/id-id.json @@ -393,5 +393,16 @@ "notifications": "Notifikasi", "no_unread_notifications": "Tidak ada pemberitahuan yang belum dibaca", "should_use_current_file_for_preview": "Harus menggunakan berkas saat ini untuk pratinjau alih-alih default (index.html)", - "fade fold widgets": "Widget Lipat Pudar" + "fade fold widgets": "Widget Lipat Pudar", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/ir-fa.json b/src/lang/ir-fa.json index 27253cbcb..5dcd5fbe2 100644 --- a/src/lang/ir-fa.json +++ b/src/lang/ir-fa.json @@ -393,5 +393,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/it-it.json b/src/lang/it-it.json index b4e5d1a2b..6314ff7a6 100644 --- a/src/lang/it-it.json +++ b/src/lang/it-it.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/ja-jp.json b/src/lang/ja-jp.json index 075ece9a6..a3160c553 100644 --- a/src/lang/ja-jp.json +++ b/src/lang/ja-jp.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/ko-kr.json b/src/lang/ko-kr.json index a84f9c92c..b91818622 100644 --- a/src/lang/ko-kr.json +++ b/src/lang/ko-kr.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/ml-in.json b/src/lang/ml-in.json index 7f55913a9..4988bdb23 100644 --- a/src/lang/ml-in.json +++ b/src/lang/ml-in.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/mm-unicode.json b/src/lang/mm-unicode.json index b9b6d5e9b..15c6d4fc2 100644 --- a/src/lang/mm-unicode.json +++ b/src/lang/mm-unicode.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/mm-zawgyi.json b/src/lang/mm-zawgyi.json index 8227eb547..299e9dee8 100644 --- a/src/lang/mm-zawgyi.json +++ b/src/lang/mm-zawgyi.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/pl-pl.json b/src/lang/pl-pl.json index a2cd3340f..639375d2d 100644 --- a/src/lang/pl-pl.json +++ b/src/lang/pl-pl.json @@ -392,5 +392,16 @@ "notifications": "Powiadomienia", "no_unread_notifications": "Brak nieodczytanych powiadomień", "should_use_current_file_for_preview": "Należy użyć bieżącego pliku do podglądu zamiast domyślnego (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/pt-br.json b/src/lang/pt-br.json index 27b91882e..d0389bf39 100644 --- a/src/lang/pt-br.json +++ b/src/lang/pt-br.json @@ -392,5 +392,16 @@ "notifications": "Notificações", "no_unread_notifications": "Sem notificações não lidas", "should_use_current_file_for_preview": "Deve usar o arquivo atual para pré-visualização em vez do padrão (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/pu-in.json b/src/lang/pu-in.json index bb881deba..6d7cd82b3 100644 --- a/src/lang/pu-in.json +++ b/src/lang/pu-in.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/ru-ru.json b/src/lang/ru-ru.json index 1070e87fe..5933707d1 100644 --- a/src/lang/ru-ru.json +++ b/src/lang/ru-ru.json @@ -393,5 +393,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/tl-ph.json b/src/lang/tl-ph.json index 0b7f0d3cb..921e24ae1 100644 --- a/src/lang/tl-ph.json +++ b/src/lang/tl-ph.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/tr-tr.json b/src/lang/tr-tr.json index 2adfca187..88ef6cae3 100644 --- a/src/lang/tr-tr.json +++ b/src/lang/tr-tr.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/uk-ua.json b/src/lang/uk-ua.json index a0b98f81c..bcf068c9c 100644 --- a/src/lang/uk-ua.json +++ b/src/lang/uk-ua.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/uz-uz.json b/src/lang/uz-uz.json index 6a7b0694f..582c21b12 100644 --- a/src/lang/uz-uz.json +++ b/src/lang/uz-uz.json @@ -392,5 +392,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/vi-vn.json b/src/lang/vi-vn.json index b99ebc3a7..d96963b7b 100644 --- a/src/lang/vi-vn.json +++ b/src/lang/vi-vn.json @@ -393,5 +393,16 @@ "notifications": "Notifications", "no_unread_notifications": "No unread notifications", "should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index 6e5abcd88..49463def0 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -392,5 +392,16 @@ "notifications": "消息通知", "no_unread_notifications": "没有未读消息", "should_use_current_file_for_preview": "应使当前文件用于预览页面而非使用默认文件 (index.html)", - "fade fold widgets": "淡入淡出代码折叠按钮" + "fade fold widgets": "淡入淡出代码折叠按钮", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/zh-hant.json b/src/lang/zh-hant.json index 8569f7adc..c92d0964d 100644 --- a/src/lang/zh-hant.json +++ b/src/lang/zh-hant.json @@ -392,5 +392,16 @@ "notifications": "消息通知", "no_unread_notifications": "沒有未讀消息", "should_use_current_file_for_preview": "應使當前文件用於預覽頁面而非使用默認文件 (index.html)", - "fade fold widgets": "淡入淡出代碼折疊按鈕" + "fade fold widgets": "淡入淡出代碼折疊按鈕", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" } diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index aad84994c..48de3dd9e 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -392,5 +392,16 @@ "notifications": "通知", "no_unread_notifications": "沒有未讀的通知", "should_use_current_file_for_preview": "應使用目前的檔案作為預覽頁面,而不是預設檔案 (index.html)", - "fade fold widgets": "Fade Fold Widgets" + "fade fold widgets": "Fade Fold Widgets", + "quicktools:home-key": "Home Key", + "quicktools:end-key": "End Key", + "quicktools:pageup-key": "PageUp Key", + "quicktools:pagedown-key": "PageDown Key", + "quicktools:delete-key": "Delete Key", + "quicktools:tilde": "Insert tilde symbol", + "quicktools:backtick": "Insert backtick", + "quicktools:hash": "Insert Hash symbol", + "quicktools:dollar": "Insert dollar symbol", + "quicktools:modulo": "Insert modulo/percent symbol", + "quicktools:caret": "Insert caret symbol" }