kube-ops-view
kube-ops-view copied to clipboard
Ops View takes over too much keyboard
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.
I recognize the problem, do you have any suggestions on how to improve it? Maybe start a kube-ops-view search with /?
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]?
It should be doable... I will look at it.