diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-13 11:46:25 +0400 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-09-04 03:01:12 +0400 |
commit | bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0 (patch) | |
tree | aba4a49e65c0f10fe871f1e5ca2a1ad7746a6810 /extra/man/alacritty.5.scd | |
parent | a189861880aafcce760e3a142bc2d391f2801f64 (diff) | |
download | alacritty-bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0.tar.gz alacritty-bfcebbcd38d7bbf2aa4cce2e446fdb781bc0c4f0.zip |
Add bindings for macOS tabs
This doesn't represnet the movement to add tabs on any other platform,
unless winit could add a similar API for them.
Diffstat (limited to 'extra/man/alacritty.5.scd')
-rw-r--r-- | extra/man/alacritty.5.scd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index f3cff4ed..8d44e019 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -843,6 +843,32 @@ https://docs.rs/winit/\*/winit/keyboard/enum.Key.html Enter fullscreen without occupying another space. *HideOtherApplications* Hide all windows other than Alacritty. + *CreateNewTab* + Create new window in a tab. + *SelectNextTab* + Select next tab. + *SelectPreviousTab* + Select previous tab. + *SelectTab1* + Select the first tab. + *SelectTab2* + Select the second tab. + *SelectTab3* + Select the third tab. + *SelectTab4* + Select the fourth tab. + *SelectTab5* + Select the fifth tab. + *SelectTab6* + Select the sixth tab. + *SelectTab7* + Select the seventh tab. + *SelectTab8* + Select the eighth tab. + *SelectTab9* + Select the nineth tab. + *SelectLastTab* + Select the last tab. _Linux/BSD exclusive:_ |