Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabs support #7

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Tabs support #7

merged 2 commits into from
Oct 11, 2023

Conversation

artemsen
Copy link
Owner

@dmitry-j-mikhin, please take a look.

Signed-off-by: Artem Senichev <artemsen@gmail.com>
@dmitry-j-mikhin
Copy link

dmitry-j-mikhin commented Oct 10, 2023

@dmitry-j-mikhin, please take a look.

Looks good and consistent. And one more thing, just to discuss. wnd_id += cnt_id can be wrapped around, and there is a possibility of matching with another window/tab, although the probability of this is very low. You can limit the hash range to reduce this likelihood (e.g. removing the most significant bit in it), but it may not be worth it)

Allows to store keyboard layout for each tab separately.
Currently only Firefox and Chromium are supported.
Based on Dmitry Mikhin's implementation (PR #6).

Co-developed-by: Dmitry Mikhin <dmikhin@webmonitorx.ru>
Signed-off-by: Artem Senichev <artemsen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants