-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option to change the behavior when pressing the up arrow in an empty message edit field. You can choose from the following options: activate the function of editing the last sent message, move the focus to the last message in the chat or do nothing. Fixed answering and rejecting calls using hotkeys. Fixed minor issues such as the ALT+H key combination not working And an issue when the message to which the reply was written was not spoken when pressing the left arrow. Fixed display of some elements.
- Loading branch information
unknown
committed
Jul 15, 2023
1 parent
8f8d5c6
commit 6e6f423
Showing
33 changed files
with
2,390 additions
and
1,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"addonId": "unigramPlus", | ||
"displayName": "UnigramPlus", | ||
"URL": "", | ||
"description": "This add-on adds a lot of hotkeys for quick navigation through the main elements of the Unigram application, convenient interaction with Chat messages, and also adds many small improvements that make working in Unigram much easier", | ||
"sha256": "73cf081f8930693474e86f87b080b32949650d21868137366a642f2e1cddbcee", | ||
"homepage": "https://github.com/Kostya-Gladkiy/UnigramPlus", | ||
"addonVersionName": "4.9.0", | ||
"addonVersionNumber": { | ||
"major": 4, | ||
"minor": 9, | ||
"patch": 0 | ||
}, | ||
"minNVDAVersion": { | ||
"major": 2021, | ||
"minor": 2, | ||
"patch": 0 | ||
}, | ||
"lastTestedVersion": { | ||
"major": 2023, | ||
"minor": 1, | ||
"patch": 0 | ||
}, | ||
"channel": "stable", | ||
"publisher": "", | ||
"sourceURL": "https://github.com/Kostya-Gladkiy/UnigramPlus", | ||
"license": "GPL 2", | ||
"licenseURL": "https://www.gnu.org/licenses/gpl-2.0.html" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.