mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
f12 -> lock screen, update documentation
This commit is contained in:
parent
5d90d8cba1
commit
ed54b2f414
3 changed files with 9 additions and 7 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -3,8 +3,10 @@ screen-profiles (1.13) UNRELEASED; urgency=low
|
||||||
* bin/updates-available: fix bug when no updates are available
|
* bin/updates-available: fix bug when no updates are available
|
||||||
* bin/mem-used, profiles/common, profiles/ubuntu: add memory usage
|
* bin/mem-used, profiles/common, profiles/ubuntu: add memory usage
|
||||||
information
|
information
|
||||||
|
* doc/help.txt: updated help page
|
||||||
|
* keybindings/common: F12 -> lockscreen
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 22 Jan 2009 00:08:15 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 22 Jan 2009 00:30:14 -0500
|
||||||
|
|
||||||
screen-profiles (1.12-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.12-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
|
10
doc/help.txt
10
doc/help.txt
|
@ -1,15 +1,15 @@
|
||||||
Screen is a powerful program that allows your terminal session to use
|
Screen is a powerful program that allows your terminal session to use
|
||||||
multiple windows and retain context among multiple logins.
|
multiple windows and retain context among multiple logins.
|
||||||
This version of screen is configured with a task bar at the bottom of
|
This version of screen is configured with a task bar at the bottom of
|
||||||
the window that shows system status, pending updates, and which window
|
the window that shows system status, pending updates, and tabs for
|
||||||
you are currently viewing.
|
open windows.
|
||||||
|
|
||||||
Key mappings:
|
Key mappings:
|
||||||
F2 Create new window | F6 Detach from session
|
F2 Create new window | F6 Detach from session
|
||||||
F3 Go to prev window | F7 Scrollback/copy mode
|
F3 Go to prev window | F7 Scrollback/copy mode
|
||||||
F4 Go to next window | F8 Advanced help
|
F4 Go to next window | F8 View keybindings
|
||||||
F5 Close this window | F9 Basic help (this)
|
F5 Close this window | F9 Configure screen-profiles
|
||||||
|
| F12 Lock this terminal
|
||||||
Commands:
|
Commands:
|
||||||
'screen -r' - reattach | 'man screen' - complete help
|
'screen -r' - reattach | 'man screen' - complete help
|
||||||
|
|
||||||
|
|
|
@ -43,5 +43,5 @@ bindkey -k k8 help # F8 | Advanced help/keybindings
|
||||||
bindkey -k k9 screen -t help 0 screen-profiles-helper # F9 | Welcome screen
|
bindkey -k k9 screen -t help 0 screen-profiles-helper # F9 | Welcome screen
|
||||||
# F10 | 'toolbar' in gnome-terminal
|
# F10 | 'toolbar' in gnome-terminal
|
||||||
# F11 | 'fullscreen' in gnome-terminal
|
# F11 | 'fullscreen' in gnome-terminal
|
||||||
# F12 |
|
bindkey -k F2 lockscreen # F12 | Lock this terminal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue