kube-ops-view icon indicating copy to clipboard operation
kube-ops-view copied to clipboard

Ops View takes over too much keyboard

Open morsik opened this issue 7 years ago • 3 comments

Ops View has nice feature that it's easy filtering for pods. Problem is: It takes over keyboard too much.

When I press [1] it filters for pod with 1 in it's name. That's fine. But on Linux I can switch tabs in browser using [LeftAlt]+[1] to [LeftAlt]+[9]. Ops View takes over also this case and filters for 1 in pods name and blocks changing tab. This is very inconvinient and makes using browser difficult when switched to Ops View.

By "browser" I mean any, since this tab switching is coded deeper in GTK+ code and other stuff, this is not special to Chrome or Firefox - this tab switching works on every browser.

morsik avatar Oct 09 '18 09:10 morsik

I recognize the problem, do you have any suggestions on how to improve it? Maybe start a kube-ops-view search with /?

hjacobs avatar Oct 17 '18 06:10 hjacobs

Using / seems good to me. Quite common shortcut for Linux/UNIX users. But it's strange that there isn't some other way that will ignore search field when pressing something with [LeftAlt]?

morsik avatar Oct 17 '18 07:10 morsik

It should be doable... I will look at it.

tomislater avatar May 31 '19 14:05 tomislater