-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathprefs_keys.js
19 lines (19 loc) · 857 Bytes
/
prefs_keys.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const KEYWORD = 'keyword';
const DELAY_TIME = 'delay-time';
const MAX_RESULTS = 'max-results';
const MAX_RESULT_COLUMNS = 'max-result-columns';
const DEFAULT_LANGUAGE = 'default-language';
const MAX_CHARS = 'max-chars';
const TITLE_FONT_SIZE = 'title-font-size';
const EXTRACT_FONT_SIZE = 'extract-font-size';
const RESULT_HEIGHT = 'result-height';
const RESULT_WIDTH = 'result-width';
const SEARCH_FROM_CLIPBOARD = 'search-from-clipboard';
const SEARCH_FROM_PRIMARY_SELECTION = 'search-from-primary-selection';
const ENABLE_SHORTCUTS = 'enable-shortcuts';
const SHOW_FIRST_IN_OVERVIEW = 'show-first-in-overview';
const ENABLE_DARK_THEME = 'enable-dark-theme';
const ENABLE_IMAGES = 'enable-images';
const IMAGE_MAX_WIDTH = 'image-max-width';
const IMAGE_MAX_HEIGHT = 'image-max-height';
const EXCLUDE_DISAMBIGUATION_PAGES = 'exclude-disambiguation-pages';