mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 14:22:33 +00:00
Add a shortcut to toggle maximized window state
This commit is contained in:
parent
1ae32b5742
commit
2920638a3d
5 changed files with 32 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
- Add an option :opt:`command_on_bell` to run an arbitrary command when
|
||||
a bell occurs (:iss:`1660`)
|
||||
|
||||
- Add a shortcut to toggle maximized window state :sc:`toggle_maximized`
|
||||
|
||||
- Add support for the underscore key found in some keyboard layouts
|
||||
(:iss:`1639`)
|
||||
|
||||
|
|
|
|||
|
|
@ -187,6 +187,7 @@ Increase font size :sc:`increase_font_size` (also :kbd:`⌘++`
|
|||
Decrease font size :sc:`decrease_font_size` (also :kbd:`⌘+-` on macOS)
|
||||
Restore font size :sc:`reset_font_size` (also :kbd:`⌘+0` on macOS)
|
||||
Toggle fullscreen :sc:`toggle_fullscreen` (also :kbd:`^+⌘+f` on macOS)
|
||||
Toggle maximized :sc:`toggle_maximized`
|
||||
Input unicode character :sc:`input_unicode_character`
|
||||
Click URL using the keyboard :sc:`open_url`
|
||||
Reset the terminal :sc:`reset_terminal`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue