up vote 4 down vote favorite
share [g+] share [fb]

I've tried KDE 4.0.x/4.1.x/4.3.x ( RC2 ) but I can't seem to accomplish a simple task:

Launching Konsole using a keyboard shortcut

The way I used to do this with KDE 3.5.x would be to :

  • right-click on the start menu;
  • navigate to the Konsole entry;
  • select a shortcut;
  • click Save.

And it worked. But not on KDE 4.x.

Any suggestions on how to make it work on KDE 4.3.x?

link|improve this question

61% accept rate
feedback

5 Answers

up vote 6 down vote accepted

This one's easy.

Go to System Settings > Input Actions. In the selection area, do right click > New Global Shortcut > Command/URL. Make sure you give it a name, a shortcut, a command, and tick the Enabled box. Click Apply and you're done.

Coincidentally, though, the the "Examples" group should already contain an action named "Run Console," activated by Ctrl+Alt+T. Note that you'll need to enable shortcuts for the parent "Examples" group before you can enable "Run Console."

link|improve this answer
feedback

In general I do this with kmenuedit, which I believe should be the prefered way of assigning applications to a keyboard shortcut.

  1. Launch kmenuedit
  2. Choose the application you wish to start from the tree on the left
  3. Click on Advanced.
  4. Select the Current shortcut key and click on Save.

Note that until KDE 4.2 there was a bug that causes KDE to ignore this shortcut. So in case you do not have KDE 4.2 or 4.3 yet, consider upgrading.

link|improve this answer
Thanks for the answer. This did not work for me in KDE 4.3.0 and this is why I posted the question. – Robert Munteanu Sep 21 '09 at 22:11
There is an open bug report: bugs.kde.org/show_bug.cgi?id=170455 – Yaba Sep 23 '09 at 10:42
feedback

For some reason, the kmenuedit shortcuts were shipped 'disabled' in the recent KDE releases.

Go to System-Settings, then Shortcuts-And-Gestures.

Select the 'Custom Shortcuts' on the left column, then make sure the 'KMenuEdit' entry is CHECKED.

Apply and close that application.

Now, when you create/edit the shortcut keys in the KMenu, they will be active and work immediately (as we both expect!!)

Took me a bit to figure this out, I thought the hotkeys were broken broken, and I REALLY use WIN-S to open a shell, WIN-C for calculator, and many more. Mouse? Don't need no mouse!

link|improve this answer
feedback

I don't think this is currently implemented in KDE4. The closest is to use ALT+F2 for KRunner and then enter konsole (autocompletion) or use the cursor keys to navigate the history.

You can assign a hotkey to an existing window though (which is different than you asked in your question) by using the window menu (top-left icon) -> Advanced -> Window Shortcut.

Hope this helps.

link|improve this answer
Thanks for the answer. I'd still like to have this done as I asked... – Robert Munteanu Jul 17 '09 at 15:00
Well.. I will talk to the developers, maybe I can get them do it ;) – txwikinger Jul 17 '09 at 19:37
feedback

this is not the answer to your question, but have you tried yakuake? it also goes fullscreen with ctrl+f11

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.