docs: add readme
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Lollipop
|
||||
|
||||
Opinionated key remapper that brings sticky keys functionality like Android's
|
||||
AOSP keyboard to Linux.
|
||||
|
||||
## Core Logic
|
||||
|
||||
Initially a key is unlatched.
|
||||
|
||||
- Press a modifier once: Latched
|
||||
- Press the same modifier within 500ms: Locked
|
||||
- Press the same modifier: Unlatched
|
||||
- Press the same modifier beyond 500ms: Unlatched
|
||||
Reference in New Issue
Block a user