Skip to content

Commit 1fe0d61

Browse files
committed
Merge branch 'master' into stable
2 parents 51ef449 + f50990d commit 1fe0d61

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

buildVars.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ def _(arg):
2727
"addon_description" : _(""" With this addon, you will be able to lock and unlock your input devices with a single gesture or key press.
2828
This gesture can be changed from Input Gestures dialog."""),
2929
# version
30-
"addon_version" : "1.12",
30+
"addon_version" : "1.13",
3131
# Author(s)
3232
"addon_author" : "Jose Manuel Delicado <[email protected]>",
3333
# URL for the add-on documentation support
3434
"addon_url" : "https://github.com/jmdaweb/inputLock",
3535
# Documentation file name
3636
"addon_docFileName" : "readme.html",
3737
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
38-
"addon_minimumNVDAVersion" : "2022.4.0",
38+
"addon_minimumNVDAVersion" : "2023.3.4",
3939
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
4040
"addon_lastTestedNVDAVersion" : "2024.1.0",
4141
# Add-on update channel (default is None, denoting stable releases,

readme.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1+
[[!meta title="Input Lock"]]
2+
13
* Author: Jose Manuel Delicado
2-
* NVDA compatibility: 2022.4 and beyond
4+
* NVDA compatibility: 2023.3.4 and beyond
35
* Download [stable version][1]
46

57
## Introduction
68

79
Do you have kids or pets at home? Do you have a cat and It likes very much climbing your table and walking over your keyboard? Do you accidentally move the mouse to random parts in the screen while using your laptop? Then Input Lock is for you! You will be able to leave your computer alone and turned on without risk.
810

9-
Once installed, you will be able to lock your keyboard, touch screen (if your laptop has one), touchpad, mouse, and Braille display.
11+
Once installed, you will be able to lock your keyboard, touch screen (if your laptop has one), touchpad, mouse and Braille display.
1012

1113
## Usage
1214

1315
This addon adds three extra gestures to NVDA. By default they are unassigned, so you will have to configure them from Input gestures dialog. Read the NVDA User Guide for more information.
1416

1517
When you press the toggle input lock gesture, NVDA will say "Input locked". Your input devices will be blocked until you press the same gesture again. In that moment, NVDA will say "Input unlocked" and everything will work as usual.
16-
1718
Locking the touchpad can prevent us from accidentally touching it, especially those who are used to using the laptop keyboard directly. When you press the toggle touchpad lock gesture, NVDA will say "Touchpad locked". Your touchpad will be blocked until you press the same gesture again. In that moment, NVDA will say "Touchpad unlocked" and everything will work as usual.
1819

1920
If you press the toggle mouse block gesture, your mouse will be locked. Press this command again to unlock it. While mouse is locked, you can use NVDA gestures to move it, and click with left and right buttons, but You can't move the mouse itself. Mouse clicks can also be disabled from Input lock category in NVDA settings dialog (NVDA 2018.2 and later) or from add-on settings dialog for older versions, available under preferences menu. In addition, from these settings you can control wether mouse locks when NVDA is started or not.
@@ -29,6 +30,17 @@ Input Lock has the following known problems:
2930

3031
## Changelog
3132

33+
### Version 1.13
34+
35+
* Now, minimum supported version is 2023.3.4.
36+
* Updated translations. Starting from version 1.13, changelog won't be modified when a new release only includes localization updates.
37+
* Added a gesture (unassigned by default) to lock/unlock the touchpad.
38+
39+
### Version 1.12
40+
41+
* Updated compatibility flags for recent NVDA versions.
42+
* Updated translations.
43+
3244
### Version 1.11
3345

3446
* Updated compatibility flags for recent NVDA versions.
@@ -93,4 +105,6 @@ Input Lock has the following known problems:
93105

94106
* Initial release
95107

96-
[1]: https://addons.nvda-project.org/files/get.php?file=inputlock
108+
[[!tag dev stable]]
109+
110+
[1]: https://www.nvaccess.org/addonStore/legacy?file=inputLock

0 commit comments

Comments
 (0)