mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 20:51:20 +02:00
Removing unnecessary word (#571)
This commit is contained in:
committed by
Ian Storm Taylor
parent
62c16e9ab8
commit
9adfc63a36
@@ -145,7 +145,7 @@ The `data` object contains the `key` which is a string name of the key that was
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The `isMod` boolean is `true` if the `control` key was pressed on Windows or the `command` key was pressed on Mac _without_ the `alt/option` key was also being pressed. This is a convenience for adding hotkeys like `command+b`.
|
The `isMod` boolean is `true` if the `control` key was pressed on Windows or the `command` key was pressed on Mac _without_ the `alt/option` key also being pressed. This is a convenience for adding hotkeys like `command+b`.
|
||||||
|
|
||||||
The `isModAlt` boolean is `true` if the `control` key was pressed on Windows or the `command` key was pressed on Mac _and_ the `alt/option` key was also being pressed. This is a convenience for secondary hotkeys like `command+option+1`.
|
The `isModAlt` boolean is `true` if the `control` key was pressed on Windows or the `command` key was pressed on Mac _and_ the `alt/option` key was also being pressed. This is a convenience for secondary hotkeys like `command+option+1`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user