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

ignore super modifier #100

Closed
wants to merge 1 commit into from
Closed

ignore super modifier #100

wants to merge 1 commit into from

Conversation

zxlxz
Copy link
Contributor

@zxlxz zxlxz commented Jul 2, 2020

不捕捉super组合键

不捕捉super组合键
if (modifiers & IBUS_SUPER_MASK) {
return FALSE;
}

IBusRimeEngine *rime_engine = (IBusRimeEngine *)engine;

modifiers &= (IBUS_RELEASE_MASK | IBUS_LOCK_MASK | IBUS_SHIFT_MASK |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove | IBUS_SUPER_MASK. it is no more needed here.

@lotem
Copy link
Member

lotem commented Jul 12, 2020

merged in 33b2755

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