-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlesskey.conf.example.m4
More file actions
22 lines (19 loc) · 955 Bytes
/
lesskey.conf.example.m4
File metadata and controls
22 lines (19 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
divert(-1)
define(`about_url', `https://github.com/ooke/lesskey')
define(`about_title', `source code repository')
define(`about_name', `LesS/KEY')
define(`about_class', `github-button')
define(`show_about_url', `true')
define(`show_page_icon', `true')
define(`double_click_on_result', `ondblclick="copy_content($1)"')
define(`click_on_key_label', `title="click to make the result visible" onclick="result_toggle()"')
define(`click_on_seed_label', `title="click to clear all input fields" onclick="clear_passwords()"')
define(`click_on_test_label', `title="click to reset the test" onclick="test_reset()"')
define(`default_clear_passwords_timeout', `60000')
define(`keep_clear_passwords_timeout', `1200000')
define(`activate_new_window_button', `true')
define(`use_small_fonts', `false')
define(`install_files', `files_web.conf')
define(`m4_format', defn(`format')) undefine(`format')
define(`m4_substr', defn(`substr')) undefine(`substr')
divert(1)dnl