Sessions: Allow controlling which OS Window is active via the focus_os_window directive

This commit is contained in:
Kovid Goyal
2022-09-10 08:27:36 +05:30
parent 7b2e29a6a8
commit 6741ac2087
4 changed files with 19 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ Detailed list of changes
- ssh kitten: Fix :envvar:`KITTY_PUBLIC_KEY` not being encoded properly when transmitting (:iss:`5496`)
- Sessions: Allow controlling which OS Window is active via the ``focus_os_window`` directive
0.26.2 [2022-09-05]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -163,8 +163,10 @@ option in :file:`kitty.conf`. For example:
launch sh
# Resize the current window (see the resize_window action for details)
resize_window wider 2
# Make the current window the active (focused) window
# Make the current window the active (focused) window in its tab
focus
# Make the current OS Window the globally active window (not supported on Wayland)
focus_os_window
launch emacs
.. note::