We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ModifierState
u32
The text was updated successfully, but these errors were encountered:
Such an interface could be an extension to the ConfigurationSection macro, combined with a revision to AvKeys.
AvKeys
Sorry, something went wrong.
In terms of code, we need:
xkbcommon
So, I am proposing:
AvKey
Key(...)
Parameter(AvKeyParam)
X11(u32)
AvKeyParam
trait
AvKeyShortcut
AvShortcut
The AvShortcut macro generates an implementation of AvKeyShortcut for a particular action:
#[AvShortcut(Logo+{d})] fn switch_window<B: 'static>(state : &mut Navda<B>, params : &[AvKeyParam]) { state.space.elements().nth(params[0].value()).focus(); }
Sammy99jsp
No branches or pull requests
ModifierState
and key-codes (u32
s)The text was updated successfully, but these errors were encountered: