tabbed/tabbed.1

47 lines
791 B
Groff
Raw Normal View History

2009-09-14 07:39:37 -05:00
.TH TABBED 1 tabbed\-VERSION
.SH NAME
2009-10-27 15:07:56 -05:00
tabbed \- simple generic tabbed interface
2009-09-14 07:39:37 -05:00
.SH SYNOPSIS
.B tabbed
.RB [ \-d ]
.RB [ \-h ]
.RB [ \-v ]
2009-09-14 07:39:37 -05:00
.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.
2009-09-14 07:39:37 -05:00
.TP
.B \-h
prints usage information to standard error, then exits.
2009-09-14 07:39:37 -05:00
.TP
.B \-v
prints version information to standard error, then exits.
2009-09-14 07:39:37 -05:00
.SH USAGE
.TP
.B Ctrl\-Shift\-Return
new surf window
2009-09-14 07:39:37 -05:00
.TP
.B Ctrl\-Shift\-h
previous tab
.TP
.B Ctrl\-Shift\-l
next tab
.TP
2010-03-24 17:37:46 -05:00
.B Ctrl\-Tab
toggles between tabs
.TP
2009-09-14 07:39:37 -05:00
.B Ctrl\-q
closes the tab
.TP
.B Ctrl\-[0..9]
jumps to nth tab
2009-09-14 07:39:37 -05:00
.SH SEE ALSO
.BR xterm (1),
.BR surf (1).
2009-09-14 07:39:37 -05:00
.SH BUGS
Please report them!