A nice error message when using shortcuts to change background_opacity without setting dynamic_background_opacity

Also change the default shortcuts
This commit is contained in:
Kovid Goyal
2018-05-23 09:14:10 +05:30
parent ad8e16aac0
commit 46b4f33850
5 changed files with 77 additions and 19 deletions

View File

@@ -44,10 +44,10 @@
:sc_scroll_page_down: pass:quotes[`ctrl+shift+page_down`]
:sc_scroll_page_up: pass:quotes[`ctrl+shift+page_up`]
:sc_second_window: pass:quotes[`ctrl+shift+2`]
:sc_set_background_opacity_0_1: pass:quotes[`ctrl+shift+a → shift+-`]
:sc_set_background_opacity_1: pass:quotes[`ctrl+shift+a → shift+1`]
:sc_set_background_opacity_default: pass:quotes[`ctrl+shift+a → shift+d`]
:sc_set_background_opacity_plus0_1: pass:quotes[`ctrl+shift+a → shift+=`]
:sc_set_background_opacity_0_1: pass:quotes[`ctrl+shift+a → l`]
:sc_set_background_opacity_1: pass:quotes[`ctrl+shift+a → 1`]
:sc_set_background_opacity_default: pass:quotes[`ctrl+shift+a → d`]
:sc_set_background_opacity_plus0_1: pass:quotes[`ctrl+shift+a → m`]
:sc_set_tab_title: pass:quotes[`ctrl+shift+alt+t`]
:sc_seventh_window: pass:quotes[`ctrl+shift+7`]
:sc_show_scrollback: pass:quotes[`ctrl+shift+h`]