
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a simple script to bind F4 (open terminal) to Yakuake (http://www.kde-look.org/content/show.php?content=29153), it slides out Yakuake, creates a new tab in Yakuake and changes to the current dir for the focused Konqueror window.
You'll need to have Yakuake installed before you can use this script.
Supported KIO-slaves
file:// (/ that is)
fish://
How to install
- Put the yakuake-F4 in your $PATH, I've put mine in ~/bin for example.
For kcontrol users (debian for example)
1.a - Make a keyboard shortcut to handle this. You'll find it in Kcontrol->Regional & Accessibility->KHotKeys.
For system settings users (kubuntu for example)
1.b - Make a keyboard shortcut to handle this. You'll find it in system settings->Accessibility->Input Actions
2 - Click "New action" and choose F4 as keyboard shortcut and choose the yakuake-F4-script (where you have put it) under command/url.
TODO
Rename tabs properly
Move to the right dir with fish:// as well
Use Kwallet to pick up passwords (if someone knows how to handle qbytearrays in bash just shout it out=)
15 years ago
0.2.5
Cleaned up the code quite a bit, fixed a miss with sed and spaces (thanks laszlok2).
0.2.4
Added some kind of support for fish://, you get hooked up to the right host but nothing more.
0.2.2
Just adds new tab when dealing with local urls (thanks Marco).
0.2
Check with dcop if Yakuake already runs (thanks laszlok2 and ZeeD).
Don't add new tab if yakuake isn't running when pressing F4.
15 years ago
0.2.5
Cleaned up the code quite a bit, fixed a miss with sed and spaces (thanks laszlok2).
0.2.4
Added some kind of support for fish://, you get hooked up to the right host but nothing more.
0.2.2
Just adds new tab when dealing with local urls (thanks Marco).
0.2
Check with dcop if Yakuake already runs (thanks laszlok2 and ZeeD).
Don't add new tab if yakuake isn't running when pressing F4.
peppelorum
15 years ago
Report