talonvoice / beta

Issue tracker for the private Talon Beta
10 stars 0 forks source link

[Windows] simulated shift key doesn't work for text selection shortcuts #8

Closed knausj85 closed 4 years ago

knausj85 commented 4 years ago

The below commands will move the cursor, but not select the text as expected in Windows.

'select left': Key('shift-left'), 
'select way left': Key('shift-home'), 
'select way right': Key('shift-end'),

Windows version of go-select-clear: go-select-clear.txt

Note: Commands such as "shift-a" work as expected.

knausj85 commented 4 years ago

"ctrl-a" also doesn't work via Talon.

knausj85 commented 4 years ago

"ctrl-a" also doesn't work via Talon.

Oops, ctrl-a works fine. Momentary derp on my end.

knausj85 commented 4 years ago

I updated to 1025, and this seems to be fixed.