Open t0b1hh opened 3 years ago
Enable the user to switch to another group by just typing the numeric groupID and confirming with "Enter" when the overview is open.
Used the existing keydown-handler.
An example use with shortcuts could be:
Should also work for groupIDs >=10, as i added a simple key logging to record numeric keypresses. The numeric input will not be displayed on screen
Enable the user to switch to another group by just typing the numeric groupID and confirming with "Enter" when the overview is open.
Used the existing keydown-handler.
An example use with shortcuts could be:
Should also work for groupIDs >=10, as i added a simple key logging to record numeric keypresses. The numeric input will not be displayed on screen