Fix reload config macOS shortcut in docs

This commit is contained in:
Kovid Goyal 2021-09-24 08:40:00 +05:30
parent 558fad1630
commit 2dae95bf0b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ Toggle maximized :sc:`toggle_maximized`
Input unicode character :sc:`input_unicode_character` (also :kbd:`^+⌘+space` on macOS) Input unicode character :sc:`input_unicode_character` (also :kbd:`^+⌘+space` on macOS)
Click URL using the keyboard :sc:`open_url` Click URL using the keyboard :sc:`open_url`
Reset the terminal :sc:`reset_terminal` Reset the terminal :sc:`reset_terminal`
Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`^+⌘+f5` on macOS) Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`^+⌘+,` on macOS)
Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌘+option+f6` on macOS) Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌘+option+f6` on macOS)
Pass current selection to program :sc:`pass_selection_to_program` Pass current selection to program :sc:`pass_selection_to_program`
Edit |kitty| config file :sc:`edit_config_file` Edit |kitty| config file :sc:`edit_config_file`

View File

@ -9,7 +9,7 @@ possibilities.
You can open the config file within kitty by pressing :sc:`edit_config_file`. You can open the config file within kitty by pressing :sc:`edit_config_file`.
You can reload the config file within kitty by pressing You can reload the config file within kitty by pressing
:sc:`reload_config_file` (:kbd:`^+⌘+f5` on macOS) or sending kitty the ``SIGUSR1`` signal. :sc:`reload_config_file` (:kbd:`^+⌘+,` on macOS) or sending kitty the ``SIGUSR1`` signal.
You can also display the current configuration by pressing the :sc:`debug_config` You can also display the current configuration by pressing the :sc:`debug_config`
(:kbd:`⌘+option+f6` on macOS) key. (:kbd:`⌘+option+f6` on macOS) key.