|
Re: Search With updated, with two added sites
Thank you!
Rui Fontes
Às 16:42 de 26/09/2021, Ibrahim Hamadeh escreveu:
Thank you!
Rui Fontes
Às 16:42 de 26/09/2021, Ibrahim Hamadeh escreveu:
|
By
Rui Fontes
·
#17067
·
|
|
Clock add-on September 27th build posted
Hi all,
Clock add-on September 27th development build is now available:
https://github.com/hkatic/clock/releases/download/v21.09/clock-20210927-dev.nvda-addon
Please test this build, especially
Hi all,
Clock add-on September 27th development build is now available:
https://github.com/hkatic/clock/releases/download/v21.09/clock-20210927-dev.nvda-addon
Please test this build, especially
|
By
Joseph Lee
·
#17066
·
|
|
Search With updated, with two added sites
Hello,
Search With, has been updated to version 1.6.
I have made a pull request to update the link on the website
and in the mean time you can download it from
Hello,
Search With, has been updated to version 1.6.
I have made a pull request to update the link on the website
and in the mean time you can download it from
|
By
Ibrahim Hamadeh
·
#17065
·
|
|
Re: Version 21.10 of Joseph Lee's add-ons released with important end of maintenance notes and NVDA 2021.2 requirement
#addonrelease
Hi,
Got it – at least it gives folks something to think about – likely a collision between UIA and some applications.
Cheers,
Joseph
Hi,
Got it – at least it gives folks something to think about – likely a collision between UIA and some applications.
Cheers,
Joseph
|
By
Joseph Lee
·
#17064
·
|
|
Re: Version 21.10 of Joseph Lee's add-ons released with important end of maintenance notes and NVDA 2021.2 requirement
#addonrelease
Sorry. I reinstalled the add-on here, then I restarted some applications and the problem ceased to exist. So, I consider this question as surpassed and again I thank for your effort and
Sorry. I reinstalled the add-on here, then I restarted some applications and the problem ceased to exist. So, I consider this question as surpassed and again I thank for your effort and
|
By
Locutor Antonio Cezar
·
#17063
·
|
|
Re: Version 21.10 of Joseph Lee's add-ons released with important end of maintenance notes and NVDA 2021.2 requirement
#addonrelease
Hi,
I cannot reproduce this – when I try selecting characters, words, and lines in Word 365 with Windows App Essentials 21.10 and latest NVDA alpha installed, I do hear what I select. Are you sure
Hi,
I cannot reproduce this – when I try selecting characters, words, and lines in Word 365 with Windows App Essentials 21.10 and latest NVDA alpha installed, I do hear what I select. Are you sure
|
By
Joseph Lee
·
#17062
·
|
|
Re: Version 21.10 of Joseph Lee's add-ons released with important end of maintenance notes and NVDA 2021.2 requirement
#addonrelease
Hello Joseph. I installed version 2.10 with Windows 10 compilation of May and NVDA Alpha most recent, but I had to return to the previous version of Windows App Essentials, because in
Hello Joseph. I installed version 2.10 with Windows 10 compilation of May and NVDA Alpha most recent, but I had to return to the previous version of Windows App Essentials, because in
|
By
Locutor Antonio Cezar
·
#17061
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
That's indeed a very interesting library. Thanks for the tip, I'll try to look into that!
That's indeed a very interesting library. Thanks for the tip, I'll try to look into that!
|
By
Tony Malykh
·
#17060
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
Hello
I am using every day the following library to write and send automatically debug commands in Matlab's console:
https://github.com/boppreh/keyboard
More specifically, it prevents me from having
Hello
I am using every day the following library to write and send automatically debug commands in Matlab's console:
https://github.com/boppreh/keyboard
More specifically, it prevents me from having
|
By
Cyrille
·
#17059
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
I have been investigating SetKeyboardState and found that it can indeed modify keyboard state in another process if I attach to that process via AttachThreadInput call. And this way I can convince the
I have been investigating SetKeyboardState and found that it can indeed modify keyboard state in another process if I attach to that process via AttachThreadInput call. And this way I can convince the
|
By
Tony Malykh
·
#17058
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
I have tried WM_KEYUP message and SendInput fucntions before. I never tried SetKeyboardState, but:
I am reading about SetKeyboardState
I have tried WM_KEYUP message and SendInput fucntions before. I never tried SetKeyboardState, but:
I am reading about SetKeyboardState
|
By
Tony Malykh
·
#17057
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
Well, I just tested it in a primitive way:
result = []
for controlVk in [winUser.VK_LCONTROL, winUser.VK_RCONTROL] * 1000:
Well, I just tested it in a primitive way:
result = []
for controlVk in [winUser.VK_LCONTROL, winUser.VK_RCONTROL] * 1000:
|
By
Tony Malykh
·
#17056
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
So how can I test this?
Suppose I can write a script that spends 1 second sending 1000 control up messages via WM_CHAR or SentInput or otherwise while I still hold my control key down. Then I'd send
So how can I test this?
Suppose I can write a script that spends 1 second sending 1000 control up messages via WM_CHAR or SentInput or otherwise while I still hold my control key down. Then I'd send
|
By
Tony Malykh
·
#17055
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
Yes, I tried that too. Should've mentioned that in the original email.
I believe built-in NVDA send() method does exactly this. But I also tried sending Control key up via WM_CHAR message.
Yes, I tried that too. Should've mentioned that in the original email.
I believe built-in NVDA send() method does exactly this. But I also tried sending Control key up via WM_CHAR message.
|
By
Tony Malykh
·
#17054
·
|
|
Version 21.10 of Joseph Lee's add-ons released with important end of maintenance notes and NVDA 2021.2 requirement
#addonrelease
Hi all,
Version 21.10 of the following add-ons are now available (manual download for now):
Control Usage Assistant: Release Control Usage Assistant 21.10 · josephsl/controlUsageAssistant
Hi all,
Version 21.10 of the following add-ons are now available (manual download for now):
Control Usage Assistant: Release Control Usage Assistant 21.10 · josephsl/controlUsageAssistant
|
By
Joseph Lee
·
#17053
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
I recommend careful testing on that approach. My understanding of keyboard handling is that there are three
elements to keystrokes: Current state, scan code sent on press or release, and for some but
I recommend careful testing on that approach. My understanding of keyboard handling is that there are three
elements to keystrokes: Current state, scan code sent on press or release, and for some but
|
By
Doug Lee
·
#17052
·
|
|
Re: Is there a way to send keystrokes to apps while Control key is down?
Have you tried telling the system that the control key has been lifted first, even though it hasn't? I'm guessing that would be reset by the user conteinuing to hold down Ctrl, but might be worth a
Have you tried telling the system that the control key has been lifted first, even though it hasn't? I'm guessing that would be reset by the user conteinuing to hold down Ctrl, but might be worth a
|
By
James Scholes
·
#17051
·
|
|
Is there a way to send keystrokes to apps while Control key is down?
Hello,
I am trying to inject keystrokes like LeftArrow and RightArrow into applications, but it happens, that Control key is down at the moment, so the applications effectively receive
Hello,
I am trying to inject keystrokes like LeftArrow and RightArrow into applications, but it happens, that Control key is down at the moment, so the applications effectively receive
|
By
Tony Malykh
·
#17050
·
|
|
Clock add-on September 24th dev build posted
Hi all,
Clock add-on September 24th development snapshot is now available:
https://github.com/hkatic/clock/releases/download/v21.09/clock-20210924-dev.nvda-addon
IMPORTANT: after installing this
Hi all,
Clock add-on September 24th development snapshot is now available:
https://github.com/hkatic/clock/releases/download/v21.09/clock-20210924-dev.nvda-addon
IMPORTANT: after installing this
|
By
Joseph Lee
·
#17049
·
|
|
Re: requesting review: Spellcheck
Thank you mohammed.
By
Fawaz Abdul rahman
·
#17048
·
|