up · lineCode/javascript-tutorial-en@4ae1290 · GitHub
Skip to content

Commit 4ae1290

Browse files
committed
up
1 parent e4db23f commit 4ae1290

8 files changed

Lines changed: 3 additions & 3 deletions

File tree

10-regular-expressions-javascript/01-regexp-introduction/article.md

Lines changed: 1 addition & 1 deletion

2-ui/3-event-details/5-keyboard-events/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Let's study keyboard events.
44

55
Before we start, please note that on modern devices there are other ways to "input something" then just a keyboard. For instance, people use speech recognition (tap microphone, say something, see it entered) or copy/paste with a mouse.
66

7-
So if we want to track any input into an `<input>` field, then keyboard events is not enough. There's another event named `input` to handle changes of an `<input>` field, by any means. And it may be a better choice for such task. We'll cover it a bit later [todo link].
7+
So if we want to track any input into an `<input>` field, then keyboard events is not enough. There's another event named `input` to handle changes of an `<input>` field, by any means. And it may be a better choice for such task. We'll cover it later in the chapter <info:events-change-input>.
88

99
Keyboard events should be used when we want to handle keyboard actions (virtual keyboard usually also counts). For instance, to react on arrow keys `key:Up` and `key:Down` or hotkeys (including combinations of keys).
1010

2-ui/4-forms-controls/3-events-change/1-deposit-calculator/solution.md renamed to 2-ui/4-forms-controls/3-events-change-input/1-deposit-calculator/solution.md

File renamed without changes.

2-ui/4-forms-controls/3-events-change/1-deposit-calculator/solution.view/index.html renamed to 2-ui/4-forms-controls/3-events-change-input/1-deposit-calculator/solution.view/index.html

File renamed without changes.

2-ui/4-forms-controls/3-events-change/1-deposit-calculator/source.view/index.html renamed to 2-ui/4-forms-controls/3-events-change-input/1-deposit-calculator/source.view/index.html

File renamed without changes.

2-ui/4-forms-controls/3-events-change/1-deposit-calculator/task.md renamed to 2-ui/4-forms-controls/3-events-change-input/1-deposit-calculator/task.md

File renamed without changes.
File renamed without changes.

7-frames-and-windows/01-popup-windows/article.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)