Add a shortcut to toggle maximized window state

This commit is contained in:
Kovid Goyal
2019-05-29 16:41:34 +05:30
parent 1ae32b5742
commit 2920638a3d
5 changed files with 32 additions and 1 deletions

View File

@@ -1157,6 +1157,7 @@ Useful with git, which uses sha1 hashes to identify commits'''))
g('shortcuts.misc') # {{{
k('toggle_fullscreen', 'kitty_mod+f11', 'toggle_fullscreen', _('Toggle fullscreen'))
k('toggle_maximized', 'kitty_mod+f10', 'toggle_maximized', _('Toggle maximized'))
k('input_unicode_character', 'kitty_mod+u', 'kitten unicode_input', _('Unicode input'))
k('edit_config_file', 'kitty_mod+f2', 'edit_config_file', _('Edit config file'))
k('kitty_shell', 'kitty_mod+escape', 'kitty_shell window', _('Open the kitty command shell'), long_text=_('''