-
Notifications
You must be signed in to change notification settings - Fork 39
/
prefs_keys.js
17 lines (17 loc) · 907 Bytes
/
prefs_keys.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const SHOW_ICON_KEY = 'show-icon';
const OPEN_TRANSLATOR_KEY = 'open-translator-dialog-keybinding';
const TRANSLATE_FROM_CLIPBOARD_KEY = 'translate-from-clipboard-keybinding';
const TRANSLATE_FROM_SELECTION_KEY = 'translate-from-selection-keybinding';
const SYNC_ENTRIES_SCROLL_KEY = 'sync-entries-scrolling';
const DEFAULT_TRANSLATOR_KEY = 'default-translator';
const INSTANT_TRANSLATION_KEY = 'enable-instant-translation';
const TRANSLATORS_PREFS_KEY = 'translators-prefs';
const REMEMBER_LAST_TRANSLATOR_KEY = 'remember-last-translator';
const LAST_TRANSLATOR_KEY = 'last-translator';
const ENABLE_SHORTCUTS_KEY = 'enable-shortcuts';
const WIDTH_PERCENTS_KEY = 'width-percents';
const HEIGHT_PERCENTS_KEY = 'height-percents';
const FONT_SIZE_KEY = 'font-size';
const LANGUAGES_STATS_KEY = 'languages-stats';
const SHOW_MOST_USED_KEY = 'show-most-used';
const ENABLE_AUTO_SPEAK_KEY = 'enable-auto-speak';