8000 Correctly handle modifiers for double click · Issue #22 · Yamakaky/gyromouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Correctly handle modifiers for double click #22
Open
@github-actions

Description

@github-actions

Line: 23

Cmd::Map(Key::Simple(key), ref actions) => map_key(mapping.get(key, 0), actions),
Cmd::Map(Key::Chorded(k1, k2), ref actions) if k1 == k2 => {
// TODO: Correctly handle modifiers for double click
for action in actions {
assert_eq!(
action.event_mod, None,
"event modificators not supported on double click"
);
push(
&mut mapping.get(k1, 0).on_double_click,

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0