Merge branch 'macos' of https://github.com/page-down/kitty
This commit is contained in:
commit
a052958a20
@ -133,7 +133,7 @@ Input unicode character :sc:`input_unicode_character` (also :kbd:`
|
|||||||
Open URL in web browser :sc:`open_url`
|
Open URL in web browser :sc:`open_url`
|
||||||
Reset the terminal :sc:`reset_terminal` (also :kbd:`⌥+⌘+r` on macOS)
|
Reset the terminal :sc:`reset_terminal` (also :kbd:`⌥+⌘+r` on macOS)
|
||||||
Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`⌃+⌘+,` on macOS)
|
Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`⌃+⌘+,` on macOS)
|
||||||
Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌘+⌥+f6` on macOS)
|
Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌥+⌘+,` 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` (also :kbd:`⌘+,` on macOS)
|
Edit |kitty| config file :sc:`edit_config_file` (also :kbd:`⌘+,` on macOS)
|
||||||
Open a |kitty| shell :sc:`kitty_shell`
|
Open a |kitty| shell :sc:`kitty_shell`
|
||||||
|
|||||||
@ -10,8 +10,8 @@ possibilities.
|
|||||||
You can open the config file within kitty by pressing :sc:`edit_config_file` (:kbd:`⌘+,` on macOS).
|
You can open the config file within kitty by pressing :sc:`edit_config_file` (:kbd:`⌘+,` on macOS).
|
||||||
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:`⌃+⌘+,` 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 :sc:`debug_config`
|
||||||
(:kbd:`⌘+⌥+,` on macOS) key.
|
(:kbd:`⌥+⌘+,` on macOS).
|
||||||
|
|
||||||
.. _confloc:
|
.. _confloc:
|
||||||
|
|
||||||
|
|||||||
4
setup.py
4
setup.py
@ -1035,7 +1035,7 @@ def macos_info_plist() -> bytes:
|
|||||||
# Bundle Version Info
|
# Bundle Version Info
|
||||||
CFBundleVersion=VERSION,
|
CFBundleVersion=VERSION,
|
||||||
CFBundleShortVersionString=VERSION,
|
CFBundleShortVersionString=VERSION,
|
||||||
CFBundleInfoDictionaryVersion=VERSION,
|
CFBundleInfoDictionaryVersion='6.0',
|
||||||
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
|
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
|
||||||
CFBundleGetInfoString='kitty - The fast, feature-rich, GPU based terminal emulator. https://sw.kovidgoyal.net/kitty/',
|
CFBundleGetInfoString='kitty - The fast, feature-rich, GPU based terminal emulator. https://sw.kovidgoyal.net/kitty/',
|
||||||
# Operating System Version
|
# Operating System Version
|
||||||
@ -1048,8 +1048,8 @@ def macos_info_plist() -> bytes:
|
|||||||
# App Execution
|
# App Execution
|
||||||
CFBundleExecutable=appname,
|
CFBundleExecutable=appname,
|
||||||
LSEnvironment={'KITTY_LAUNCHED_BY_LAUNCH_SERVICES': '1'},
|
LSEnvironment={'KITTY_LAUNCHED_BY_LAUNCH_SERVICES': '1'},
|
||||||
# Launch Conditions
|
|
||||||
LSRequiresNativeExecution=True,
|
LSRequiresNativeExecution=True,
|
||||||
|
NSSupportsSuddenTermination=False,
|
||||||
# Localization
|
# Localization
|
||||||
# see https://github.com/kovidgoyal/kitty/issues/1233
|
# see https://github.com/kovidgoyal/kitty/issues/1233
|
||||||
CFBundleDevelopmentRegion='English',
|
CFBundleDevelopmentRegion='English',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user