Add doc on group input

Closes T6176
This commit is contained in:
Boris Faure 2018-02-11 11:53:46 +01:00
parent 19cca3e2f2
commit 85a8638859
2 changed files with 11 additions and 1 deletions

2
README
View File

@ -63,6 +63,8 @@ Ctrl+Shift+c = copy current selection to clipboard
Ctrl+Shift+v = paste current clipboard selection
Alt+Home = Enter command mode (enter commands to control terminology itself)
Alt+Return = Paste primary selection
Alt+g = Group input: send input to all visible terminals in the window
Alt+Shift+g = Group input: send input to all terminals in the window
Alt+w = Copy selection to primary
Alt+Up = Focus the terminal above
Alt+Down = Focus the terminal below

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH man 1 "02 Sep 2017" "1.1.1" "Terminology man page"
.TH man 1 "11 Feb 2018" "1.2.0" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS
@ -288,6 +288,14 @@ Enter command mode (enter commands to control terminology itself).
Paste primary selection.
.
.TP
.B Alt+g
Group input: send input to all visible terminals in the window
.
.TP
.B Alt+Shift+g
Group input: send input to all terminals in the window
.
.TP
.B Alt+w
Copy selection to primary.
.