Hello everyone!
How Do I add Page Down/Up Clicks? Or maybe, how to go to the end of the page?
Also, for some reason, I can't make a Click arrowdown work, while arrowleft and arrowright seem to be working fine. Any ideas why?
Thanks in advance
Hello everyone!
How Do I add Page Down/Up Clicks? Or maybe, how to go to the end of the page?
Also, for some reason, I can't make a Click arrowdown work, while arrowleft and arrowright seem to be working fine. Any ideas why?
Thanks in advance
To go to the end of a text field I recommend selecting all then using the right arrow.
Mac:
{key: cmd-a}{key: rightarrow}
Windows:
{key: ctrl-a}{key: rightarrow}
In the Text Blaze extension, key presses are emulated. That means although we can't actually tell Chrome you pressed a "right arrow", we can attempt to do what would have happen if you has pressed the right arrow. This works most of the time, but in some cases it doesn't.
You can also try our desktop apps, which are able to better simulate specific key presses:
This Ctrl a + right arrow worked perfectly. Thanks!
Do you know how I can reach the end of a line?
I'm using my working PC, so I'm not allowed to install anything on it (but I'll try to install the Windows app asap)
I'm not sure what the keyboard shortcut on Windows is, but Cmd-RightArrow is what does that on a Mac.
You can try that, but it is something that might be a bit hit or miss and depend on the editor.