Jump to content
UBot Underground

Key Functions Not Working For Me in Ubot 6.7.20


Recommended Posts

I'm using the new integrated Chrome browser which seems to have a lot of the bugs ironed out, and it's a huge improvement on the old browser for accessing Google-based sites.

BUT, when accessing Youtube, I can't get the key functions like {BS}, {DEL} to work - everything gets typed into the text box.

eg:

type text(<aria-label="Add a title that describes your video (type @ to mention a channel)">,"\{DEL\}\{DEL\}","Standard")

Just types "{DEL}{DEL}" into the text box.

Am I missing something, or is this a bug?

 

Link to post
Share on other sites
On 5/14/2023 at 1:59 PM, stever said:

I'm using the new integrated Chrome browser which seems to have a lot of the bugs ironed out, and it's a huge improvement on the old browser for accessing Google-based sites.

BUT, when accessing Youtube, I can't get the key functions like {BS}, {DEL} to work - everything gets typed into the text box.

eg:



type text(<aria-label="Add a title that describes your video (type @ to mention a channel)">,"\{DEL\}\{DEL\}","Standard")

Just types "{DEL}{DEL}" into the text box.

Am I missing something, or is this a bug?

 

We'll get this syntax fully implemented in the next release. In the meantime, you can use the unicode representations of the keys. Here's a cheat sheet:

Enter:  
Delete:  
Backspace:  
Tab:  
Escape:  
Arrow Down:  
Arrow Up:  
Arrow Left:  
Arrow Right:  
Page Down:  
Page Up:  
End:  
Home:  
Insert:  
 

To use these, copy and paste the character specifically from here. So for instance "hello" will type "hello" and then backspace once (leaving you with "hell").

After the old syntax is implemented, these unicode characters will still work, so don't worry about forward compatibility if you play with these.

Link to post
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...