diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 19:24:27 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 21:47:27 +0800 |
| commit | 017560127f259c05381d574df3cfcfafe025da99 (patch) | |
| tree | 14a6aaded2f897825d8f53ac3f04a3dfc21201a0 | |
| parent | b0953e37d5e44b14a7aaa06e0b058603348d2db7 (diff) | |
Add settings on my kobo reader
| -rwxr-xr-x | kobo/settings.reader.lua | 257 | ||||
| -rw-r--r-- | kobo/settings/gestures.lua | 358 |
2 files changed, 615 insertions, 0 deletions
diff --git a/kobo/settings.reader.lua b/kobo/settings.reader.lua new file mode 100755 index 0000000..ea3722a --- /dev/null +++ b/kobo/settings.reader.lua | |||
| @@ -0,0 +1,257 @@ | |||
| 1 | -- we can read Lua syntax here! | ||
| 2 | return { | ||
| 3 | ["BookShortcuts_directory_action"] = "FM", | ||
| 4 | ["SSH_allow_no_password"] = true, | ||
| 5 | ["activate_menu"] = "swipe", | ||
| 6 | ["auto_disable_wifi"] = true, | ||
| 7 | ["auto_save_settings_interval_minutes"] = 15, | ||
| 8 | ["auto_standby_timeout_seconds"] = -1, | ||
| 9 | ["auto_suspend_timeout_seconds"] = 900, | ||
| 10 | ["autodim_duration_seconds"] = 5, | ||
| 11 | ["autodim_fraction"] = 20, | ||
| 12 | ["autodim_starttime_minutes"] = -1, | ||
| 13 | ["autoshutdown_timeout_seconds"] = -1, | ||
| 14 | ["autoturn_distance"] = 1, | ||
| 15 | ["autoturn_enabled"] = false, | ||
| 16 | ["autoturn_timeout_seconds"] = 5, | ||
| 17 | ["autowarmth_fl_off_during_day_offset_s"] = 0, | ||
| 18 | ["avoid_flashing_ui"] = true, | ||
| 19 | ["back_in_filemanager"] = "parent_folder", | ||
| 20 | ["back_in_reader"] = "default", | ||
| 21 | ["back_to_exit"] = "disable", | ||
| 22 | ["bookmarks_items_font_size"] = 19, | ||
| 23 | ["bookmarks_items_per_page"] = 14, | ||
| 24 | ["calibre_opds"] = {}, | ||
| 25 | ["closed_rotation_mode"] = 0, | ||
| 26 | ["copt_font_gamma"] = 43, | ||
| 27 | ["copt_h_page_margins"] = { | ||
| 28 | [1] = 20, | ||
| 29 | [2] = 20, | ||
| 30 | }, | ||
| 31 | ["copt_line_spacing"] = 115, | ||
| 32 | ["copt_status_line"] = 1, | ||
| 33 | ["coverbrowser_initial_default_setup_done"] = true, | ||
| 34 | ["cre_font_family_fonts"] = {}, | ||
| 35 | ["cre_header_auto_refresh"] = 1, | ||
| 36 | ["cre_header_battery"] = 1, | ||
| 37 | ["cre_header_battery_percent"] = 0, | ||
| 38 | ["cre_header_chapter_marks"] = 1, | ||
| 39 | ["cre_header_clock"] = 1, | ||
| 40 | ["cre_header_page_count"] = 1, | ||
| 41 | ["cre_header_page_number"] = 1, | ||
| 42 | ["cre_header_reading_percent"] = 0, | ||
| 43 | ["cre_header_title"] = 1, | ||
| 44 | ["default_highlight_action"] = "dictionary", | ||
| 45 | ["dev_no_c_blitter"] = false, | ||
| 46 | ["device_id"] = "2F1B2BBA7854401D999E14DD76377039", | ||
| 47 | ["device_status_battery_alarm"] = true, | ||
| 48 | ["device_status_battery_interval_minutes"] = 15, | ||
| 49 | ["device_status_battery_threshold"] = 10, | ||
| 50 | ["device_status_battery_threshold_high"] = 100, | ||
| 51 | ["device_status_memory_interval_minutes"] = 5, | ||
| 52 | ["device_status_memory_threshold"] = 100, | ||
| 53 | ["dicts_disabled"] = {}, | ||
| 54 | ["dicts_order"] = {}, | ||
| 55 | ["duration_format"] = "classic", | ||
| 56 | ["end_document_action"] = "mark_read", | ||
| 57 | ["exporter"] = { | ||
| 58 | ["html"] = { | ||
| 59 | ["enabled"] = false, | ||
| 60 | }, | ||
| 61 | ["joplin"] = { | ||
| 62 | ["enabled"] = false, | ||
| 63 | }, | ||
| 64 | ["json"] = { | ||
| 65 | ["enabled"] = false, | ||
| 66 | }, | ||
| 67 | ["markdown"] = { | ||
| 68 | ["formatting_options"] = { | ||
| 69 | ["invert"] = "bold", | ||
| 70 | ["lighten"] = "italic", | ||
| 71 | ["strikeout"] = "strikethrough", | ||
| 72 | ["underscore"] = "underline_markdownit", | ||
| 73 | }, | ||
| 74 | ["highlight_formatting"] = true, | ||
| 75 | }, | ||
| 76 | ["readwise"] = { | ||
| 77 | ["enabled"] = false, | ||
| 78 | }, | ||
| 79 | ["text"] = { | ||
| 80 | ["enabled"] = false, | ||
| 81 | }, | ||
| 82 | }, | ||
| 83 | ["filemanagermenu_tab_index"] = 3, | ||
| 84 | ["flash_keyboard"] = false, | ||
| 85 | ["folder_shortcuts"] = {}, | ||
| 86 | ["footer"] = { | ||
| 87 | ["align"] = "center", | ||
| 88 | ["all_at_once"] = false, | ||
| 89 | ["auto_refresh_time"] = false, | ||
| 90 | ["battery"] = false, | ||
| 91 | ["battery_hide_threshold"] = 100, | ||
| 92 | ["book_chapter"] = false, | ||
| 93 | ["book_chapter_max_width_pct"] = 30, | ||
| 94 | ["book_time_to_read"] = false, | ||
| 95 | ["book_title"] = false, | ||
| 96 | ["book_title_max_width_pct"] = 30, | ||
| 97 | ["bookmark_count"] = false, | ||
| 98 | ["bottom_horizontal_separator"] = false, | ||
| 99 | ["chapter_progress"] = false, | ||
| 100 | ["chapter_time_to_read"] = false, | ||
| 101 | ["container_bottom_padding"] = 1, | ||
| 102 | ["container_height"] = 14, | ||
| 103 | ["disable_progress_bar"] = false, | ||
| 104 | ["disabled"] = false, | ||
| 105 | ["frontlight"] = false, | ||
| 106 | ["hide_empty_generators"] = false, | ||
| 107 | ["item_prefix"] = "icons", | ||
| 108 | ["items_separator"] = "bar", | ||
| 109 | ["lock_tap"] = false, | ||
| 110 | ["mem_usage"] = false, | ||
| 111 | ["page_progress"] = true, | ||
| 112 | ["pages_left"] = false, | ||
| 113 | ["pages_left_book"] = false, | ||
| 114 | ["pages_left_includes_current_page"] = false, | ||
| 115 | ["percentage"] = false, | ||
| 116 | ["progress_bar_min_width_pct"] = 20, | ||
| 117 | ["progress_bar_position"] = "alongside", | ||
| 118 | ["progress_margin"] = false, | ||
| 119 | ["progress_margin_width"] = 24, | ||
| 120 | ["progress_pct_format"] = "0", | ||
| 121 | ["progress_style_thick_height"] = 7, | ||
| 122 | ["progress_style_thin"] = false, | ||
| 123 | ["progress_style_thin_height"] = 3, | ||
| 124 | ["reclaim_height"] = false, | ||
| 125 | ["skim_widget_on_hold"] = false, | ||
| 126 | ["text_font_bold"] = false, | ||
| 127 | ["text_font_size"] = 14, | ||
| 128 | ["time"] = true, | ||
| 129 | ["toc_markers"] = true, | ||
| 130 | ["toc_markers_width"] = 2, | ||
| 131 | ["wifi_status"] = false, | ||
| 132 | }, | ||
| 133 | ["frontlight_intensity"] = 15, | ||
| 134 | ["frontlight_warmth"] = 0, | ||
| 135 | ["ges_tap_interval_on_keyboard_ms"] = 0, | ||
| 136 | ["highlight_lighten_factor"] = 0.2, | ||
| 137 | ["highlight_long_hold_threshold_s"] = 3, | ||
| 138 | ["history_filter"] = "all", | ||
| 139 | ["hold_pan_rate"] = 5, | ||
| 140 | ["home_dir"] = "/mnt/onboard/books", | ||
| 141 | ["inertial_scroll"] = false, | ||
| 142 | ["input_ignore_gsensor"] = true, | ||
| 143 | ["is_frontlight_on"] = false, | ||
| 144 | ["keyboard_key_font_size"] = 22, | ||
| 145 | ["keyboard_layout"] = "en", | ||
| 146 | ["keyboard_layouts"] = {}, | ||
| 147 | ["language"] = "C", | ||
| 148 | ["last_migration_date"] = 20221027, | ||
| 149 | ["lastdir"] = "/mnt/onboard/books", | ||
| 150 | ["lastfile"] = "/mnt/onboard/books/unix/ascii.txt", | ||
| 151 | ["low_pan_rate"] = false, | ||
| 152 | ["menu_search_string"] = "幫助", | ||
| 153 | ["metric_length"] = true, | ||
| 154 | ["multiswipes_enabled"] = false, | ||
| 155 | ["opds_servers"] = { | ||
| 156 | [1] = { | ||
| 157 | ["title"] = "Project Gutenberg", | ||
| 158 | ["url"] = "https://m.gutenberg.org/ebooks.opds/?format=opds", | ||
| 159 | }, | ||
| 160 | [2] = { | ||
| 161 | ["title"] = "Standard Ebooks", | ||
| 162 | ["url"] = "https://standardebooks.org/feeds/opds", | ||
| 163 | }, | ||
| 164 | [3] = { | ||
| 165 | ["title"] = "Feedbooks", | ||
| 166 | ["url"] = "https://catalog.feedbooks.com/catalog/public_domain.atom", | ||
| 167 | }, | ||
| 168 | [4] = { | ||
| 169 | ["title"] = "ManyBooks", | ||
| 170 | ["url"] = "http://manybooks.net/opds/index.php", | ||
| 171 | }, | ||
| 172 | [5] = { | ||
| 173 | ["title"] = "Internet Archive", | ||
| 174 | ["url"] = "https://bookserver.archive.org/", | ||
| 175 | }, | ||
| 176 | [6] = { | ||
| 177 | ["title"] = "textos.info (Spanish)", | ||
| 178 | ["url"] = "https://www.textos.info/catalogo.atom", | ||
| 179 | }, | ||
| 180 | [7] = { | ||
| 181 | ["title"] = "Gallica (French)", | ||
| 182 | ["url"] = "https://gallica.bnf.fr/opds", | ||
| 183 | }, | ||
| 184 | }, | ||
| 185 | ["page_turns_tap_zones"] = "default", | ||
| 186 | ["panel_zoom_enabled"] = { | ||
| 187 | ["cbt"] = true, | ||
| 188 | ["cbz"] = true, | ||
| 189 | }, | ||
| 190 | ["panel_zoom_fallback_to_text_selection"] = { | ||
| 191 | ["pdf"] = true, | ||
| 192 | }, | ||
| 193 | ["plugins_disabled"] = { | ||
| 194 | ["calibre"] = true, | ||
| 195 | ["calibrecompanion"] = true, | ||
| 196 | ["evernote"] = true, | ||
| 197 | ["exporter"] = true, | ||
| 198 | ["externalkeyboard"] = true, | ||
| 199 | ["goodreads"] = true, | ||
| 200 | ["japanese"] = true, | ||
| 201 | ["keepalive"] = true, | ||
| 202 | ["kobolight"] = true, | ||
| 203 | ["movetoarchive"] = true, | ||
| 204 | ["opds"] = true, | ||
| 205 | ["readtimer"] = true, | ||
| 206 | ["send2ebook"] = true, | ||
| 207 | ["storagestat"] = true, | ||
| 208 | ["vocabbuilder"] = true, | ||
| 209 | ["zsync"] = true, | ||
| 210 | }, | ||
| 211 | ["quickstart_shown_version"] = 202301000000, | ||
| 212 | ["reader_footer_custom_text"] = "KOReader", | ||
| 213 | ["reader_footer_custom_text_repetitions"] = "1", | ||
| 214 | ["reader_footer_mode"] = 0, | ||
| 215 | ["save_document"] = "prompt", | ||
| 216 | ["screensaver_delay"] = "disable", | ||
| 217 | ["screensaver_hide_fallback_msg"] = false, | ||
| 218 | ["screensaver_image"] = "/mnt/onboard/screenshots/Reader_2023-02-15_140821.png", | ||
| 219 | ["screensaver_img_background"] = "black", | ||
| 220 | ["screensaver_message_position"] = "bottom", | ||
| 221 | ["screensaver_msg_background"] = "none", | ||
| 222 | ["screensaver_show_message"] = true, | ||
| 223 | ["screensaver_stretch_images"] = false, | ||
| 224 | ["screensaver_type"] = "image_file", | ||
| 225 | ["screenshot_dir"] = "/mnt/onboard/screenshots/", | ||
| 226 | ["scroll_method"] = "classic", | ||
| 227 | ["shorten_home_dir"] = false, | ||
| 228 | ["show_bottom_menu"] = false, | ||
| 229 | ["show_hidden"] = true, | ||
| 230 | ["show_unsupported"] = true, | ||
| 231 | ["start_with"] = "filemanager", | ||
| 232 | ["statistics"] = { | ||
| 233 | ["calendar_browse_future_months"] = false, | ||
| 234 | ["calendar_nb_book_spans"] = 3, | ||
| 235 | ["calendar_show_histogram"] = true, | ||
| 236 | ["calendar_start_day_of_week"] = 2, | ||
| 237 | ["convert_to_db"] = true, | ||
| 238 | ["is_enabled"] = true, | ||
| 239 | ["max_sec"] = 120, | ||
| 240 | ["min_sec"] = 5, | ||
| 241 | }, | ||
| 242 | ["style_tweaks"] = { | ||
| 243 | ["footnote-inpage_epub_smaller"] = true, | ||
| 244 | ["footnote-inpage_fb2"] = true, | ||
| 245 | }, | ||
| 246 | ["style_tweaks_in_dispatcher"] = {}, | ||
| 247 | ["terminal_buffer_size"] = 16, | ||
| 248 | ["terminal_font_size"] = 16, | ||
| 249 | ["terminal_shell"] = "sh", | ||
| 250 | ["text_lang_fallback"] = "en-US", | ||
| 251 | ["toc_items_per_page"] = 14, | ||
| 252 | ["vocabulary_builder"] = { | ||
| 253 | ["enabled"] = true, | ||
| 254 | }, | ||
| 255 | ["wifi_disable_action"] = "leave_on", | ||
| 256 | ["wifi_was_on"] = false, | ||
| 257 | } | ||
diff --git a/kobo/settings/gestures.lua b/kobo/settings/gestures.lua new file mode 100644 index 0000000..a15d344 --- /dev/null +++ b/kobo/settings/gestures.lua | |||
| @@ -0,0 +1,358 @@ | |||
| 1 | -- we can read Lua syntax here! | ||
| 2 | return { | ||
| 3 | ["custom_multiswipes"] = {}, | ||
| 4 | ["gesture_fm"] = { | ||
| 5 | ["hold_bottom_left_corner"] = { | ||
| 6 | ["history"] = true, | ||
| 7 | ["settings"] = { | ||
| 8 | ["order"] = { | ||
| 9 | [1] = "history", | ||
| 10 | }, | ||
| 11 | }, | ||
| 12 | }, | ||
| 13 | ["hold_bottom_right_corner"] = { | ||
| 14 | ["settings"] = { | ||
| 15 | ["order"] = { | ||
| 16 | [1] = "suspend", | ||
| 17 | }, | ||
| 18 | }, | ||
| 19 | ["suspend"] = true, | ||
| 20 | }, | ||
| 21 | ["hold_top_left_corner"] = { | ||
| 22 | ["exit"] = true, | ||
| 23 | ["settings"] = { | ||
| 24 | ["order"] = { | ||
| 25 | [1] = "exit", | ||
| 26 | }, | ||
| 27 | }, | ||
| 28 | }, | ||
| 29 | ["hold_top_right_corner"] = { | ||
| 30 | ["settings"] = { | ||
| 31 | ["order"] = { | ||
| 32 | [1] = "terminal", | ||
| 33 | }, | ||
| 34 | }, | ||
| 35 | ["terminal"] = true, | ||
| 36 | }, | ||
| 37 | ["multiswipe"] = {}, | ||
| 38 | ["multiswipe_east_north"] = { | ||
| 39 | ["history"] = true, | ||
| 40 | }, | ||
| 41 | ["multiswipe_east_north_west"] = {}, | ||
| 42 | ["multiswipe_east_north_west_east"] = {}, | ||
| 43 | ["multiswipe_east_south"] = { | ||
| 44 | ["go_to"] = true, | ||
| 45 | }, | ||
| 46 | ["multiswipe_east_south_west_north"] = { | ||
| 47 | ["full_refresh"] = true, | ||
| 48 | }, | ||
| 49 | ["multiswipe_east_west"] = {}, | ||
| 50 | ["multiswipe_east_west_east"] = { | ||
| 51 | ["favorites"] = true, | ||
| 52 | }, | ||
| 53 | ["multiswipe_north_east"] = {}, | ||
| 54 | ["multiswipe_north_south"] = { | ||
| 55 | ["folder_up"] = true, | ||
| 56 | }, | ||
| 57 | ["multiswipe_north_south_north"] = {}, | ||
| 58 | ["multiswipe_north_west"] = { | ||
| 59 | ["folder_shortcuts"] = true, | ||
| 60 | }, | ||
| 61 | ["multiswipe_northwest_southwest_northwest"] = { | ||
| 62 | ["toggle_wifi"] = true, | ||
| 63 | }, | ||
| 64 | ["multiswipe_south_east"] = {}, | ||
| 65 | ["multiswipe_south_east_north"] = {}, | ||
| 66 | ["multiswipe_south_east_north_south"] = {}, | ||
| 67 | ["multiswipe_south_north"] = {}, | ||
| 68 | ["multiswipe_south_north_south"] = {}, | ||
| 69 | ["multiswipe_south_west"] = { | ||
| 70 | ["show_frontlight_dialog"] = true, | ||
| 71 | }, | ||
| 72 | ["multiswipe_southeast_northeast"] = {}, | ||
| 73 | ["multiswipe_southeast_northeast_northwest"] = { | ||
| 74 | ["wifi_on"] = true, | ||
| 75 | }, | ||
| 76 | ["multiswipe_southeast_southwest_northwest"] = { | ||
| 77 | ["wifi_off"] = true, | ||
| 78 | }, | ||
| 79 | ["multiswipe_west_east"] = {}, | ||
| 80 | ["multiswipe_west_east_west"] = { | ||
| 81 | ["open_previous_document"] = true, | ||
| 82 | }, | ||
| 83 | ["multiswipe_west_north"] = {}, | ||
| 84 | ["multiswipe_west_south"] = { | ||
| 85 | ["back"] = true, | ||
| 86 | }, | ||
| 87 | ["one_finger_swipe_right_edge_down"] = { | ||
| 88 | ["full_refresh"] = true, | ||
| 89 | ["settings"] = { | ||
| 90 | ["order"] = { | ||
| 91 | [1] = "full_refresh", | ||
| 92 | }, | ||
| 93 | }, | ||
| 94 | }, | ||
| 95 | ["one_finger_swipe_right_edge_up"] = { | ||
| 96 | ["full_refresh"] = true, | ||
| 97 | ["settings"] = { | ||
| 98 | ["order"] = { | ||
| 99 | [1] = "full_refresh", | ||
| 100 | }, | ||
| 101 | }, | ||
| 102 | }, | ||
| 103 | ["pinch_gesture"] = { | ||
| 104 | ["folder_up"] = true, | ||
| 105 | ["settings"] = { | ||
| 106 | ["order"] = { | ||
| 107 | [1] = "folder_up", | ||
| 108 | }, | ||
| 109 | }, | ||
| 110 | }, | ||
| 111 | ["short_diagonal_swipe"] = { | ||
| 112 | ["settings"] = { | ||
| 113 | ["order"] = { | ||
| 114 | [1] = "show_menu", | ||
| 115 | }, | ||
| 116 | }, | ||
| 117 | ["show_menu"] = true, | ||
| 118 | }, | ||
| 119 | ["spread_gesture"] = { | ||
| 120 | ["open_previous_document"] = true, | ||
| 121 | ["settings"] = { | ||
| 122 | ["order"] = { | ||
| 123 | [1] = "open_previous_document", | ||
| 124 | }, | ||
| 125 | }, | ||
| 126 | }, | ||
| 127 | ["tap_left_bottom_corner"] = { | ||
| 128 | ["settings"] = { | ||
| 129 | ["order"] = { | ||
| 130 | [1] = "show_frontlight_dialog", | ||
| 131 | }, | ||
| 132 | }, | ||
| 133 | ["show_frontlight_dialog"] = true, | ||
| 134 | }, | ||
| 135 | ["two_finger_swipe_east"] = { | ||
| 136 | ["settings"] = { | ||
| 137 | ["order"] = { | ||
| 138 | [1] = "toggle_wifi", | ||
| 139 | }, | ||
| 140 | }, | ||
| 141 | ["toggle_wifi"] = true, | ||
| 142 | }, | ||
| 143 | ["two_finger_swipe_north"] = { | ||
| 144 | ["settings"] = { | ||
| 145 | ["order"] = { | ||
| 146 | [1] = "show_network_info", | ||
| 147 | }, | ||
| 148 | }, | ||
| 149 | ["show_network_info"] = true, | ||
| 150 | }, | ||
| 151 | ["two_finger_swipe_south"] = { | ||
| 152 | ["reboot"] = true, | ||
| 153 | ["settings"] = { | ||
| 154 | ["order"] = { | ||
| 155 | [1] = "reboot", | ||
| 156 | }, | ||
| 157 | }, | ||
| 158 | }, | ||
| 159 | ["two_finger_swipe_west"] = { | ||
| 160 | ["settings"] = { | ||
| 161 | ["order"] = { | ||
| 162 | [1] = "toggle_ssh_server", | ||
| 163 | }, | ||
| 164 | }, | ||
| 165 | ["toggle_ssh_server"] = true, | ||
| 166 | }, | ||
| 167 | }, | ||
| 168 | ["gesture_reader"] = { | ||
| 169 | ["double_tap_left_side"] = { | ||
| 170 | ["page_jmp"] = -10, | ||
| 171 | }, | ||
| 172 | ["double_tap_right_side"] = { | ||
| 173 | ["page_jmp"] = 10, | ||
| 174 | }, | ||
| 175 | ["hold_bottom_left_corner"] = { | ||
| 176 | ["history"] = true, | ||
| 177 | ["settings"] = { | ||
| 178 | ["order"] = { | ||
| 179 | [1] = "history", | ||
| 180 | }, | ||
| 181 | }, | ||
| 182 | }, | ||
| 183 | ["hold_bottom_right_corner"] = { | ||
| 184 | ["settings"] = { | ||
| 185 | ["order"] = { | ||
| 186 | [1] = "suspend", | ||
| 187 | }, | ||
| 188 | }, | ||
| 189 | ["suspend"] = true, | ||
| 190 | }, | ||
| 191 | ["hold_top_left_corner"] = { | ||
| 192 | ["screenshot"] = true, | ||
| 193 | ["settings"] = { | ||
| 194 | ["order"] = { | ||
| 195 | [1] = "screenshot", | ||
| 196 | }, | ||
| 197 | }, | ||
| 198 | }, | ||
| 199 | ["hold_top_right_corner"] = { | ||
| 200 | ["book_info"] = true, | ||
| 201 | ["settings"] = { | ||
| 202 | ["order"] = { | ||
| 203 | [1] = "book_info", | ||
| 204 | }, | ||
| 205 | }, | ||
| 206 | }, | ||
| 207 | ["multiswipe"] = {}, | ||
| 208 | ["multiswipe_east_north"] = { | ||
| 209 | ["history"] = true, | ||
| 210 | }, | ||
| 211 | ["multiswipe_east_north_west"] = { | ||
| 212 | ["zoom"] = "contentwidth", | ||
| 213 | }, | ||
| 214 | ["multiswipe_east_north_west_east"] = { | ||
| 215 | ["zoom"] = "pagewidth", | ||
| 216 | }, | ||
| 217 | ["multiswipe_east_south"] = { | ||
| 218 | ["go_to"] = true, | ||
| 219 | }, | ||
| 220 | ["multiswipe_east_south_west_north"] = { | ||
| 221 | ["full_refresh"] = true, | ||
| 222 | }, | ||
| 223 | ["multiswipe_east_west"] = { | ||
| 224 | ["latest_bookmark"] = true, | ||
| 225 | }, | ||
| 226 | ["multiswipe_east_west_east"] = { | ||
| 227 | ["favorites"] = true, | ||
| 228 | }, | ||
| 229 | ["multiswipe_north_east"] = { | ||
| 230 | ["toc"] = true, | ||
| 231 | }, | ||
| 232 | ["multiswipe_north_south"] = {}, | ||
| 233 | ["multiswipe_north_south_north"] = { | ||
| 234 | ["prev_chapter"] = true, | ||
| 235 | }, | ||
| 236 | ["multiswipe_north_west"] = { | ||
| 237 | ["bookmarks"] = true, | ||
| 238 | }, | ||
| 239 | ["multiswipe_northwest_southwest_northwest"] = { | ||
| 240 | ["toggle_wifi"] = true, | ||
| 241 | }, | ||
| 242 | ["multiswipe_south_east"] = { | ||
| 243 | ["toggle_reflow"] = true, | ||
| 244 | }, | ||
| 245 | ["multiswipe_south_east_north"] = { | ||
| 246 | ["zoom"] = "contentheight", | ||
| 247 | }, | ||
| 248 | ["multiswipe_south_east_north_south"] = { | ||
| 249 | ["zoom"] = "pageheight", | ||
| 250 | }, | ||
| 251 | ["multiswipe_south_north"] = { | ||
| 252 | ["skim"] = true, | ||
| 253 | }, | ||
| 254 | ["multiswipe_south_north_south"] = { | ||
| 255 | ["next_chapter"] = true, | ||
| 256 | }, | ||
| 257 | ["multiswipe_south_west"] = { | ||
| 258 | ["show_frontlight_dialog"] = true, | ||
| 259 | }, | ||
| 260 | ["multiswipe_southeast_northeast"] = { | ||
| 261 | ["follow_nearest_link"] = true, | ||
| 262 | }, | ||
| 263 | ["multiswipe_southeast_northeast_northwest"] = { | ||
| 264 | ["wifi_on"] = true, | ||
| 265 | }, | ||
| 266 | ["multiswipe_southeast_southwest_northwest"] = { | ||
| 267 | ["wifi_off"] = true, | ||
| 268 | }, | ||
| 269 | ["multiswipe_west_east"] = { | ||
| 270 | ["previous_location"] = true, | ||
| 271 | }, | ||
| 272 | ["multiswipe_west_east_west"] = { | ||
| 273 | ["open_previous_document"] = true, | ||
| 274 | }, | ||
| 275 | ["multiswipe_west_north"] = { | ||
| 276 | ["book_status"] = true, | ||
| 277 | }, | ||
| 278 | ["multiswipe_west_south"] = { | ||
| 279 | ["back"] = true, | ||
| 280 | }, | ||
| 281 | ["one_finger_swipe_right_edge_down"] = { | ||
| 282 | ["page_browser"] = true, | ||
| 283 | ["settings"] = { | ||
| 284 | ["order"] = { | ||
| 285 | [1] = "page_browser", | ||
| 286 | }, | ||
| 287 | }, | ||
| 288 | }, | ||
| 289 | ["one_finger_swipe_right_edge_up"] = { | ||
| 290 | ["book_map"] = true, | ||
| 291 | ["settings"] = { | ||
| 292 | ["order"] = { | ||
| 293 | [1] = "book_map", | ||
| 294 | }, | ||
| 295 | }, | ||
| 296 | }, | ||
| 297 | ["pinch_gesture"] = { | ||
| 298 | ["filemanager"] = true, | ||
| 299 | ["settings"] = { | ||
| 300 | ["order"] = { | ||
| 301 | [1] = "filemanager", | ||
| 302 | }, | ||
| 303 | }, | ||
| 304 | }, | ||
| 305 | ["short_diagonal_swipe"] = { | ||
| 306 | ["settings"] = { | ||
| 307 | ["order"] = { | ||
| 308 | [1] = "show_menu", | ||
| 309 | }, | ||
| 310 | }, | ||
| 311 | ["show_menu"] = true, | ||
| 312 | }, | ||
| 313 | ["spread_gesture"] = { | ||
| 314 | ["open_previous_document"] = true, | ||
| 315 | ["settings"] = { | ||
| 316 | ["order"] = { | ||
| 317 | [1] = "open_previous_document", | ||
| 318 | }, | ||
| 319 | }, | ||
| 320 | }, | ||
| 321 | ["tap_left_bottom_corner"] = { | ||
| 322 | ["settings"] = { | ||
| 323 | ["order"] = { | ||
| 324 | [1] = "show_frontlight_dialog", | ||
| 325 | }, | ||
| 326 | }, | ||
| 327 | ["show_frontlight_dialog"] = true, | ||
| 328 | }, | ||
| 329 | ["tap_top_left_corner"] = { | ||
| 330 | ["toggle_page_flipping"] = true, | ||
| 331 | }, | ||
| 332 | ["tap_top_right_corner"] = { | ||
| 333 | ["toggle_bookmark"] = true, | ||
| 334 | }, | ||
| 335 | ["two_finger_swipe_east"] = { | ||
| 336 | ["toc"] = true, | ||
| 337 | }, | ||
| 338 | ["two_finger_swipe_north"] = { | ||
| 339 | ["settings"] = { | ||
| 340 | ["order"] = { | ||
| 341 | [1] = "toggle_gsensor", | ||
| 342 | }, | ||
| 343 | }, | ||
| 344 | ["toggle_gsensor"] = true, | ||
| 345 | }, | ||
| 346 | ["two_finger_swipe_south"] = { | ||
| 347 | ["settings"] = { | ||
| 348 | ["order"] = { | ||
| 349 | [1] = "skim", | ||
| 350 | }, | ||
| 351 | }, | ||
| 352 | ["skim"] = true, | ||
| 353 | }, | ||
| 354 | ["two_finger_swipe_west"] = { | ||
| 355 | ["bookmarks"] = true, | ||
| 356 | }, | ||
| 357 | }, | ||
| 358 | } | ||