RetGal / Dayon

Dayon! - A cross-platform remote desktop assistance solution for your family and friends
https://retgal.github.io/Dayon/
GNU General Public License v3.0
146 stars 45 forks source link

Detection of keyboard language layout #83

Closed lammel-hub closed 7 months ago

lammel-hub commented 7 months ago

Is your feature request related to a problem? Please describe. The keyboard language layout in use is only detected at app startup (assistant and assisted).

If a user changes keyboard language layout during a session, the app must be restarted in order to have it reflected by the keyboard layout indicator in the app (assistant and assisted).

(tested in Win 11, Dayon! latest release)

Describe the solution you'd like

Describe alternatives you've considered

Additional context This may be something to consider when/if moving the keyboard language layout indicator to the bottom row of the window.

RetGal commented 7 months ago

That's odd, as Dayon! already checks the input locale every 5 seconds and reflects changes in the title. The only restriction is: Dayons! window must be the active one (the one in focus) - else it will update the title only as soon as it gains focus again. I re-checked on a Win 10 box and it worked as expected.

lammel-hub commented 7 months ago

I just retested and you are absolutely right - it must have been a combination of impatience or (perhaps) window not being active. Apologies, please close.