inercia / k3x

A UI for local Kubernetes clusters created with k3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keybindings consume too much CPU

inercia opened this issue · comments

The current keybindings code seems to consume too much CPU (and power). We should look for an alternative, but this could turn out to be a tough problem: finding a portable library that could bind to global keybinding proved to be difficult in the past...

Fixed on 998d413 by reducing the _"sleep time on checking the queue for hotkey presses" _. Maybe we should try other arguments if this does not work...