Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/components/quickTools/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", "^", "^"),
];

/**
Expand Down
13 changes: 12 additions & 1 deletion src/lang/ar-ye.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/be-by.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/bn-bd.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/cs-cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/de-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/es-sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/fr-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/hi-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/hu-hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/id-id.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/ir-fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/it-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/ja-jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/ko-kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/ml-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/mm-unicode.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/mm-zawgyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/pl-pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
13 changes: 12 additions & 1 deletion src/lang/pu-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading