Skip to content

Commit e912193

Browse files
authored
Doc Update: New path for web-contents.md
1 parent 5f4b62b commit e912193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ window.addEventListener('keyup', doSomething, true)
5252

5353
Note the third parameter `true` which means the listener will always receive key presses before other listeners so they can't have `stopPropagation()` called on them.
5454

55-
The [`before-input-event`](web-contents.md#event-before-input-event) event
55+
The [`before-input-event`](../api/web-contents.md#event-before-input-event) event
5656
is emitted before dispatching `keydown` and `keyup` events in the page. It can
5757
be used to catch and handle custom shortcuts that are not visible in the menu.
5858

0 commit comments

Comments
 (0)