A "Neverwinter Nights"-like wheelmenu for TDE
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Andrei Stepanov 7556d09fd5
Translated using Weblate (Russian)
6 days ago
doc Replace Qt with TQt 3 weeks ago
icons Moved icons to its own folder 9 months ago
src Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
translations Translated using Weblate (Russian) 6 days ago
AUTHORS Clean up automake stuff 9 months ago
CMakeL10n.txt Use centralized cmake version 1 month ago
CMakeLists.txt Use centralized cmake version 1 month ago
COPYING Initial import from https://snapshot.debian.org/package/kommando/0.5.1-2. Code available under GPL2 license. 9 months ago
ChangeLog Updated to version 0.5.2 from https://store.kde.org/p/1081202. Code available under GPL2 license 9 months ago
ConfigureChecks.cmake Add detection of libxmu-dev 9 months ago
INSTALL Clean up automake stuff 9 months ago
NEWS More KDE -> TDE renaming 9 months ago
README More KDE -> TDE renaming 9 months ago
config.h.cmake Added cmake build files 9 months ago

README

README Kommando v0.3.0:

What is Kommando?

Basically Kommando can be considered a menu providing fast access to favorit commands.
The user can arrange links to the applications or shellscripts (though only shellscripts independent from the position they are run from, yet) in a circle shaped menu.
This menu can be easiliy accessed by a keyboard shortcut. This enhances workflow significantly, as you can find the app you need in no time.

What are Kommandos features?

Besides the features mentioned above, Kommando supports the organization of commands in submenus containing other commands or submenus. (Well nesting submenus really shouldn't be overdone, although it is possible ;-) )
Another fancy feature is the ability to define context sensitive menus. You just have to open the configuration menu, click the "new" button on the top right and
select an open window of the application kommando shell react on. Try the included config file. It interfaces with our favourite music player amarok via dcop ;-)

How does it work?

Kommando draws a borderless widget with buttons representing commands. It can be invoked by pressing ALT+CONTROL+H by default or any other shortcut you specify and appears under the mouse cursor's position.
By clicking one of the buttons, you can either issue the command bound to the button or enter/leave a submenu.
Another way of invoking Kommando is using DCOP calls. This is especially usefull when you are trying to make Kommando work with Mousegestures or through other programs which can only execute a console command. Refere to the Tricks section for more pieces of information.
If you managed to make Kommando showing up, then there are several ways to use it. First of all, you can simply click on a button to execute it. Another way is to scroll through the buttons using the mousewheel or the keyboards arrow keys (god bless modulo arithmetics) or to directly jump to a button by pressing its corresponding number (1-9) on the keyboard. You will notice that the navigation button in the middle changes. This means that you can execute the selected button by simply clicking the navigation button or by pressing enter.

How to configure it?
Kommando is yet easy to configure through the dialog which appears if you click on the tray icon. But if you are a purist (well, why are you using kommando then ;-) ) you can simply edit the config file, which is in self explaining XML format. You can find it here: $HOME/.kommandorc

Are there any tricks?

If you don't think that using a keyboard shortcut is fun, I agree!
But if you have a mouse with a spare button I recommend imwheel to you.
This programm can be used to catch X11 events and emit keystrokes. Just map the Kommando shortcut to the mousebutton and let the fun begin!

Here is an excerpt from my imwheelrc:

	...
	#map CONTROL+ALT+H to thumbbutton
	,Right,Control_L|Alt_L|H
	...

Another possibility are DCOP calls. If you want Kommando to show up, just type:
	dcop kommando Menu show
to hide it use "hide" instead of show and if you are lazy you can just use "toggle" to toggle between the visibility states.
DCOP Calls are most useful, if you try to invoke Kommando through an external application, that is only able to start execute console commands.

KNOWN ISSUES/ PLANNED FEATURES:
 - Kommando does not respect the screen border and kicker, so if you invoke it close to one of both, some buttons will be obscured (on my TDE 3.5 box this problem does not exist anymore, but there are some graphics artifacts in the background image)

A final statement?

Yes, if you have any suggestions/enhancements/criticism or found a nasty bug please let me know!
the_docter@gmx.net

Thanks for using Kommando ;-)