captdeaf / keybard

8 stars 8 forks source link

Dialogs not blocking clicks/interactions with things "behind" the dialog #13

Closed binduwavell closed 1 month ago

binduwavell commented 2 months ago

Dialog should probably block mouse events on things "behind" the dialog.

image

binduwavell commented 2 months ago

This is not fixed, at least using an older .kbi file from home.

binduwavell commented 1 month ago

Confirmed this is still an issue with real Sval connection and not just loading .kbi file.

captdeaf commented 1 month ago

Adjusted timeout. (Menu is pure CSS, I'm "closing" it by removing the classes that have :hover, then adding again. May be too quick for some browsers or rendering.) Changes up on https://captdeaf.github.io/keybard/

binduwavell commented 1 month ago

I renamed this. You can click the Keyboard Map, Combos and Key Overides buttons while a dialog (tested with QMK Settings) is visible.

binduwavell commented 1 month ago

This is working better now. However, the QWERTY, International, etc buttons at the bottom of the screen are still selectable.

captdeaf commented 1 month ago

Bleh, fixed that.