Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: sky/specs/keyboard.md

Issue 892633004: Specs: Define when pointer events fire; stub for keyboard events (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/specs/pointer.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/keyboard.md
diff --git a/sky/specs/keyboard.md b/sky/specs/keyboard.md
new file mode 100644
index 0000000000000000000000000000000000000000..6abdc1a3d91d1cc1b464102a400b40ef409afa61
--- /dev/null
+++ b/sky/specs/keyboard.md
@@ -0,0 +1,32 @@
+Keyboard Events
+===============
+
+Scope
+-----
+
+The Sky keyboard API is intended to handle the following:
+
+- reporting raw key down/up events from physical keyboards ("Alt"
+ down, "E" down, "E" up, "Alt" up)
+
+- reporting simulated raw key down/up events from virtual keyboards,
+ if the keyboard provides them
+
+- IME
+ - reporting input text events from physical and virtual keyboards
+ ("é", autorepeat)
+ - inline editing of typed word
+ - backspace
+ - autocorrect
+ - editing around app-provided chips
+ - adjusting editor UI (line height, word spacing, etc)
+ - replacing selection
+ - providing per-phrase alternative interpretations
+ - composing letters
+ - composing words
+
+
+API
+---
+
+TODO(ianh): Write API.
« no previous file with comments | « no previous file | sky/specs/pointer.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698