Skip to content

Make double-orca presses perform the underlying key action

Samuel Thibault requested to merge sthibaul/orca:double-orca into master

By remembering whether key events happend between orca press and release, we can detect a double-orca press, and in that case let the second orca press do its usual action.

This is enough for the Insert key, but not for capslock yet.

Fixes #2 (closed).

Merge request reports