tabbed/tabbed.1
Enno Boland (tox) 1eab77f33b Fixing manpage
2010-03-24 23:37:46 +01:00

47 lines
791 B
Groff

.TH TABBED 1 tabbed\-VERSION
.SH NAME
tabbed \- simple generic tabbed interface
.SH SYNOPSIS
.B tabbed
.RB [ \-d ]
.RB [ \-h ]
.RB [ \-v ]
.SH DESCRIPTION
tabbed is a simple container for applications which support XEmbed, such as
xterm or surf.
.SH OPTIONS
.TP
.B \-d
detaches tabbed from the terminal and prints xid to standard output. Useful for
scripting.
.TP
.B \-h
prints usage information to standard error, then exits.
.TP
.B \-v
prints version information to standard error, then exits.
.SH USAGE
.TP
.B Ctrl\-Shift\-Return
new surf window
.TP
.B Ctrl\-Shift\-h
previous tab
.TP
.B Ctrl\-Shift\-l
next tab
.TP
.B Ctrl\-Tab
toggles between tabs
.TP
.B Ctrl\-q
closes the tab
.TP
.B Ctrl\-[0..9]
jumps to nth tab
.SH SEE ALSO
.BR xterm (1),
.BR surf (1).
.SH BUGS
Please report them!