https://bugs.kde.org/show_bug.cgi?id=396325

--- Comment #2 from dufferzafar <dufferzaf...@gmail.com> ---
Hey Toni, I'm a dev myself, so I totally understand the debt that new features
can create. And as you said, nobody else has asked for this. So this is
certainly low priority.

I'd actually like to take a stab at it myself. I'll try to build Krusader from
source and then work on this.

Do you have any ideas on HOW this can be implemented in code? Which file will
involve most of the changes etc.

---

In the meanwhile, I've extended your xdotool approach to do this:

lokate() {
    krusader 2>/dev/null & sleep 1s && xdotool key Ctrl+Shift+L && xdotool type
"$1"
}

I'll use the above function and see if it works for me.

---

Thanks a lot for taking the time to respond :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to