From 38c3f724d38fb2e71dcc0f2fa2e02776361c47d3 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 1 Nov 2022 13:07:47 +0900 Subject: [PATCH] add okular keybindings --- dotfiles/alacritty.yml | 3 +- extra_configs/okular.shortcuts | 146 +++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+), 1 deletion(-) create mode 100644 extra_configs/okular.shortcuts diff --git a/dotfiles/alacritty.yml b/dotfiles/alacritty.yml index 37cf3f2..7cd7b27 100644 --- a/dotfiles/alacritty.yml +++ b/dotfiles/alacritty.yml @@ -45,7 +45,8 @@ schemes: iceberg_dark: &iceberg_dark # Default colors primary: - background: '#161821' + #background: '#161821' + background: '#272822' foreground: '#d2d4de' # Normal colors diff --git a/extra_configs/okular.shortcuts b/extra_configs/okular.shortcuts new file mode 100644 index 0000000..25992d1 --- /dev/null +++ b/extra_configs/okular.shortcuts @@ -0,0 +1,146 @@ +[Shortcuts] +add_digital_signature=none +annotationToolBar=Alt+N +annotation_arrow=Alt+9 +annotation_bookmark=Ctrl+Shift+B +annotation_constrain_ratio_angle=none +annotation_ellipse=none +annotation_freehand_line=Alt+8 +annotation_highlighter=Alt+1 +annotation_inline_note=Alt+6 +annotation_polygon=none +annotation_popup_note=Alt+7 +annotation_rectangle=Alt+0 +annotation_settings_advanced=none +annotation_settings_color=none +annotation_settings_font=none +annotation_settings_inner_color=none +annotation_settings_opacity=none +annotation_settings_pin=none +annotation_settings_width=none +annotation_squiggle=Alt+3 +annotation_straight_line=none +annotation_strike_out=Alt+4 +annotation_typewriter=Alt+5 +annotation_underline=Alt+2 +bookmark_add=Ctrl+B +close_find_bar=Esc +color_mode_black_white=none +color_mode_change_colors=none +color_mode_hue_shift_negative=none +color_mode_hue_shift_positive=none +color_mode_invert_lightness=none +color_mode_invert_luma_srgb=none +color_mode_invert_luma_symmetric=none +color_mode_inverted=none +color_mode_normal=none +color_mode_paper=none +color_mode_recolor=none +edit_copy=Ctrl+C; Ctrl+Ins +edit_find=Ctrl+F; / +edit_find_next=F3 +edit_find_prev=Shift+F3 +edit_redo=Ctrl+Shift+Z +edit_select_all=Ctrl+A +edit_select_all_current_page=none +edit_undo=Ctrl+Z +embedded_files=none +file_close=Ctrl+W; Ctrl+Esc +file_export_as=none +file_open=Ctrl+O +file_open_recent=none +file_print=Ctrl+P +file_print_preview=none +file_quit=Ctrl+Q +file_reload=Refresh +file_save=Ctrl+S +file_save_as=Ctrl+Shift+S +file_share=none +first_page=Ctrl+Home +fit_window_to_page=Ctrl+J +fullscreen=Ctrl+Shift+F; F11 +go_document_back=Alt+Shift+Left; Alt+Left +go_document_forward=Alt+Shift+Right; Alt+Right +go_goto_page=Ctrl+G; G +go_next=N +go_previous=P +hamburger_menu=none +help_about_app=none +help_about_backend=none +help_about_kde=none +help_contents=F1 +help_donate=none +help_report_bug=none +help_whats_this=Shift+F1 +hide_annotation_toolbar=none +import_ps=none +last_page=Ctrl+End +mainToolBar=Alt+L +mouse_drag=Ctrl+1 +mouse_magnifier=Ctrl+6 +mouse_select=Ctrl+3 +mouse_tableselect=Ctrl+5 +mouse_textselect=Ctrl+4 +mouse_toggle_annotate=F6 +mouse_zoom=none +next_bookmark=none +open_containing_folder=none +open_kcommand_bar=Ctrl+Alt+I; Ctrl+K +options_configure=Ctrl+Shift+, +options_configure_annotations=none +options_configure_color_modes=none +options_configure_generators=none +options_configure_keybinding=Ctrl+Alt+, +options_configure_toolbars=none +options_show_menubar=Ctrl+M; Alt+M +page_number=none +presentation=Ctrl+Shift+P; F5 +presentation_drawing_eraser=none +presentation_drawing_白=none +presentation_drawing_緑=none +presentation_drawing_赤=none +presentation_drawing_青=none +presentation_drawing_黃=none +presentation_drawing_黒=none +presentation_erase_drawings=none +presentation_play_pause=none +previous_bookmark=none +properties=Alt+Return +quickAnnotationToolBar=none +quick_annotation_action_bar=none +rename_bookmark=none +rtl_page_layout=none +show_bottombar=none +show_leftpanel=F7 +show_signatures=none +speak_current_page=none +speak_document=none +speak_pause_resume=none +speak_stop_all=none +switch_application_language=none +switch_blackscreen_mode=B +tab-next=Ctrl+PgDown; Ctrl+] +tab-previous=Ctrl+PgUp; Ctrl+[ +undo-close-tab=Ctrl+Shift+T +view_actual_size=Ctrl+0 +view_auto_fit=none +view_continuous=C +view_fit_to_page=none +view_fit_to_width=W +view_orientation_original=none +view_orientation_rotate_ccw=none +view_orientation_rotate_cw=none +view_render_mode_facing=none +view_render_mode_facing_center_first=none +view_render_mode_overview=none +view_render_mode_single=none +view_scroll_down=Shift+Down +view_scroll_page_down=Space +view_scroll_page_up=Shift+Space +view_scroll_up=Shift+Up +view_toggle_forms=none +view_trim_margins=none +view_trim_selection=none +view_zoom_in=Ctrl++; Ctrl+= +view_zoom_out=Ctrl+- +zoom_to=none