The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:Apologies, the 'H' should be lower case...
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document. However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.
Rick
The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:Update:
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document. However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.
Rick
The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:and, lastly,
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document. However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.
Rick
The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:Correction! Depression of the left windows key (LWIN) and the 'h' key.
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document. However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.
Rick
The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:from https://wiki.tcl-lang.org/page/MS+Windows%3A+assistive+technology%2C+code+signing%2C+send+keystrokes+to+other+applications+and+Windows+login+password+field#7f682fe6c2c515786183fd9907b9c64012ff3017d02d76f24f8071bec44e2ad5
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document. However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.
Rick
The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document. However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.
Rick
The Rickster schrieb am Samstag, 26. August 2023 um 02:24:43 UTC+2:Greg, thanks so much..I looked as send_input but didn't get the 0 part of the syntax. Seemed the key code vs scan code part confused me. Again, thanks
The manual depression of the Windows key + H results in the appearance of the ms voice type ui. This does not occur when using tkcon as follows:
after 5000 {twapi::send_keys [list {LWIN} H]}
Waiting 5 seconds allows for the placement of the cursor in a .txt document.
However, the only (apparent) result is the presentation of "LWIN H" in the text document.
Please advise as to how to achieve the intended result - the appearance of the voice type ui.from https://wiki.tcl-lang.org/page/MS+Windows%3A+assistive+technology%2C+code+signing%2C+send+keystrokes+to+other+applications+and+Windows+login+password+field#7f682fe6c2c515786183fd9907b9c64012ff3017d02d76f24f8071bec44e2ad5
Rick
and https://learn.microsoft.com/de-de/windows/win32/inputdev/virtual-key-codes
# VK_LWIN 0x5B
# 0x48 H
twapi::send_input {"keydown 0x5B 0" "key 0x48 0" "keyup 0x5B 0"}
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 493 |
Nodes: | 16 (2 / 14) |
Uptime: | 172:32:14 |
Calls: | 9,704 |
Calls today: | 4 |
Files: | 13,736 |
Messages: | 6,178,516 |