mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Add a clarification comment
This commit is contained in:
parent
8605b67d4e
commit
94e91d9f6a
@ -390,6 +390,7 @@ static REPEAT: i32 = 2;
|
||||
struct MultiPurposeKeyState {
|
||||
held: Key,
|
||||
alone: Key,
|
||||
// Some if the first press is still delayed, None if already considered held.
|
||||
alone_timeout_at: Option<Instant>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user