Skip to content

Commit 2bfc15b

Browse files
committed
docs: fix typos
1 parent cb863bb commit 2bfc15b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/includes/action-type-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tab | Description |
66
| [System](../user-guide/actions#system) | Choose a system operation (such as toggling Bluetooth, opening the home menu, toggling flashlight) |
77
| [Key](../user-guide/actions#key) | An alternative way to choose a key press action, by pressing the key that you want to map to. |
88
| [Tap screen (2.1.0+)](../user-guide/actions#tap-screen-210) | Emulate a screen tap at a specific location on your screen. |
9-
| [Key event (2.1.0+)](../user-guide/actions#key-event-210) | Emulate a key press from a specifc connected device. |
9+
| [Key event (2.1.0+)](../user-guide/actions#key-event-210) | Emulate a key press from a specific connected device. |
1010
| [Text](../user-guide/actions#text) | Emulate typing a string. |
1111
| [Intent (2.3.0+)](../user-guide/actions#intent-230) | See [this page.](../user-guide/actions/#intent-230) |
1212
| [Phone call (2.3.0+)](../user-guide/actions#phone-call-230) | Call a telephone number. Network and carrier rates will apply. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Constraints allow you to restrict your mappings to only work in some situations.
33

4-
To add a constraint fron the 'Constraints and more' or 'Options' tab, tap 'Add constraint'.
4+
To add a constraint from the 'Constraints and more' or 'Options' tab, tap 'Add constraint'.
55

66
Go [here](/user-guide/constraints) to see how you can configure constraints.

docs/user-guide/actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Launch an app.
44

55
!!! warning "Extra permission on Xiaomi devices!"
6-
See issue [#1370](https://github.com/keymapperorg/KeyMapper/issues/1370https://github.com/keymapperorg/KeyMapper/issues/1370). Xioami blocks apps from launching apps when they are in the background unless you give permission to "Display pop-up windows while running in the background" and "Display pop-up window". Follow these steps through the Settings app: Apps > Manage apps > Key Mapper App Settings > Other Permissions > Display pop-up windows while running in the background.
6+
See issue [#1370](https://github.com/keymapperorg/KeyMapper/issues/1370). Xiaomi blocks apps from launching apps when they are in the background unless you give permission to "Display pop-up windows while running in the background" and "Display pop-up window". Follow these steps through the Settings app: Apps > Manage apps > Key Mapper App Settings > Other Permissions > Display pop-up windows while running in the background.
77

88
### Launch app shortcut
99

@@ -24,15 +24,15 @@ Android restricts what apps can do with this so you won't be able to tap the scr
2424

2525
### Swipe screen (2.5.0+, Android 7.0+)
2626

27-
This will swipe from a start point to and end point on your screen. You can also setup the amount of "fingers" to simulate and the duration for the gesture, **but** this is limitied due to your Android Version.
27+
This will swipe from a start point to and end point on your screen. You can also setup the amount of "fingers" to simulate and the duration for the gesture, **but** this is limited due to your Android Version.
2828

2929
See: [getMaxStrokeCount](https://developer.android.com/reference/android/accessibilityservice/GestureDescription#getMaxStrokeCount()) and [getMaxStrokeDuration](https://developer.android.com/reference/android/accessibilityservice/GestureDescription#getMaxGestureDuration()) for more information.
3030

3131
### Pinch screen (2.5.0+, Android 7.0+)
3232

3333
This will simulate a pinch gesture from a start point to and end point on your screen. You can choose between *pinch in* and *pinch out* and also the "pinch distance" for the pinch gesture. This is the distance between the start and the end point. The higher the distance, the stronger the pinch gesture, so you may want to start with a lower value for the pinch with max. 100. Later on you can adjust this by your needs, **but** the endpoints will never be less than 0 due to android restrictions.
3434

35-
You can also setup the amount of "fingers" to simulate and the duration for the gesture, **but** this is limitied due to your Android Version.
35+
You can also setup the amount of "fingers" to simulate and the duration for the gesture, **but** this is limited due to your Android Version.
3636

3737
See: [getMaxStrokeCount](https://developer.android.com/reference/android/accessibilityservice/GestureDescription#getMaxStrokeCount()) and [getMaxStrokeDuration](https://developer.android.com/reference/android/accessibilityservice/GestureDescription#getMaxGestureDuration()) for more information.
3838

0 commit comments

Comments
 (0)