diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 00:03:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 00:03:50 +0900 |
commit | b89fb39eb964ec3d3ee65e18348ac3e78f3e64da (patch) | |
tree | f536b1a418f23f13f9b8ff0c1492161a6cc6dc15 /doc | |
parent | 28a5e3a6b506535a9c16339544619abae01aedd4 (diff) | |
download | kommando-b89fb39eb964ec3d3ee65e18348ac3e78f3e64da.tar.gz kommando-b89fb39eb964ec3d3ee65e18348ac3e78f3e64da.zip |
DEB: updated packaging files to TDE standard
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/kommando.1 | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/doc/man/kommando.1 b/doc/man/kommando.1 new file mode 100644 index 0000000..06945fc --- /dev/null +++ b/doc/man/kommando.1 @@ -0,0 +1,138 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH QT: "1" "October 2005" "kde-apps.org" "User Commands" +.SH NAME +Qt: \- kommando +.SH SYNOPSIS +.B kommando +[\fIQt-options\fR] [\fIKDE-options\fR] +.SH DESCRIPTION +A wheelmenu for KDE powerusers which pops up and gives easy access to start some favorite programs with the mouse. +.br +Kommando is configured by a xml-based file format in ~/.kde/share/apps/kommando/kommandorc which can be edited manually or through kommando configuration interface. If no kommandorc-file is found, the configuration interface will appear on program start. In kommando 0.3 the configuration file was ~/.kommandorc +.br +The pop-up-keyboard shortcut can be set in the configuration interface, and is CRTL+ALT+h as default +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-kde\fR +Show KDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SS "Qt options:" +.TP +\fB\-\-display\fR <displayname> +Use the X\-server display 'displayname' +.TP +\fB\-\-session\fR <sessionId> +Restore the application for the given 'sessionId' +.TP +\fB\-\-cmap\fR +Causes the application to install a private color +map on an 8\-bit display +.TP +\fB\-\-ncols\fR <count> +Limits the number of colors allocated in the color +cube on an 8\-bit display, if the application is +using the QApplication::ManyColor color +specification +.TP +\fB\-\-nograb\fR +tells Qt to never grab the mouse or the keyboard +.TP +\fB\-\-dograb\fR +running under a debugger can cause an implicit +\fB\-nograb\fR, use \fB\-dograb\fR to override +.TP +\fB\-\-sync\fR +switches to synchronous mode for debugging +.TP +\fB\-\-fn\fR, \fB\-\-font\fR <fontname> +defines the application font +.TP +\fB\-\-bg\fR, \fB\-\-background\fR <color> sets the default background color and an +application palette (light and dark shades are +calculated) +.HP +\fB\-\-fg\fR, \fB\-\-foreground\fR <color> sets the default foreground color +.TP +\fB\-\-btn\fR, \fB\-\-button\fR <color> +sets the default button color +.TP +\fB\-\-name\fR <name> +sets the application name +.TP +\fB\-\-title\fR <title> +sets the application title (caption) +.TP +\fB\-\-visual\fR TrueColor +forces the application to use a TrueColor visual on +an 8\-bit display +.TP +\fB\-\-inputstyle\fR <inputstyle> sets XIM (X Input Method) input style. Possible +values are onthespot, overthespot, offthespot and +root +.TP +\fB\-\-im\fR <XIM server> +set XIM server +.TP +\fB\-\-noxim\fR +disable XIM +.TP +\fB\-\-reverse\fR +mirrors the whole layout of widgets +.SS "KDE options:" +.TP +\fB\-\-caption\fR <caption> +Use 'caption' as name in the titlebar +.TP +\fB\-\-icon\fR <icon> +Use 'icon' as the application icon +.TP +\fB\-\-miniicon\fR <icon> +Use 'icon' as the icon in the titlebar +.TP +\fB\-\-config\fR <filename> +Use alternative configuration file +.TP +\fB\-\-dcopserver\fR <server> +Use the DCOP Server specified by 'server' +.TP +\fB\-\-nocrashhandler\fR +Disable crash handler, to get core dumps +.TP +\fB\-\-waitforwm\fR +Waits for a WM_NET compatible windowmanager +.TP +\fB\-\-style\fR <style> +sets the application GUI style +.TP +\fB\-\-geometry\fR <geometry> +sets the client geometry of the main widget \- see man X for the argument format +.PP +.SH SEE-ALSO +Upstream homepage +.TP +http://kde-apps.org/content/show.php?content=29514 +.SH AUTHOR +Kommando was written by Daniel Stoeckel +.PP +This manual page was written by Sune Vuorela <debian@pusling.com>, +for the Debian project (but may be used by others). |