artemsen / swaykbdd

Keyboard layout switcher for Sway
MIT License
75 stars 5 forks source link

PoC PR to allow remember keyboard layout for each browser tab (in my case it is Firefox) #6

Closed dmitry-j-mikhin closed 11 months ago

dmitry-j-mikhin commented 12 months ago

@artemsen, first of all, thank you for this amazing project. I've added some additional functionality to allow you to save and restore your keyboard layout for each browser tab. Some values are hard-coded, such as the LRU cache size and the Firefox name. Perhaps all this functionality should be controlled by an additional runtime flag. But it works for me and I want to share it with you. I think this may be useful in some cases.

dmitry-j-mikhin commented 12 months ago

@artemsen thank you for your feedback. I have already corrected most of the comments, except for the comment about cpp)

artemsen commented 11 months ago

Implemented at #7