StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
excellencer  
#1 Posted : Monday, December 16, 2019 1:20:04 PM(UTC)
excellencer

Rank: Newbie

Reputation:

Groups: Approved
Joined: 12/13/2019(UTC)
Posts: 3
Austria
Location: Vienna

Hello,

I was using in the classic version left gesture for go back in browser/explorer and right for going forward.

It is now missing in this .net version, and I dont know how to implement it.

I tried with sp.sendKeys(".. as well as with acSendkeys.. %{RIGHT}"
also BROWSERBACK, AcNextApplication etc, I do not find anything else what to try..

Please advice
BR
Rob  
#2 Posted : Monday, December 16, 2019 1:43:01 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
These both work fine for me, do they not work for you?
Code:
//Back
sp.SendVKey(vk.BROWSER_BACK);

//Forward
sp.SendVKey(vk.BROWSER_FORWARD);
excellencer  
#3 Posted : Tuesday, December 17, 2019 2:40:25 PM(UTC)
excellencer

Rank: Newbie

Reputation:

Groups: Approved
Joined: 12/13/2019(UTC)
Posts: 3
Austria
Location: Vienna

Hi Rob,

They don't work unfortunately, also tried with your suggestion. And also installing on a new machine (also Win10) has same no effects. Maybe there should be some additional components installed?

Maybe I miss something in the gesture settings but I thought they should be included by default.

In global actions list, there is no category "general" listed, so in the Window Related I tried with those script commands.

Also I clicked "Insert Hotkeys" button, pressed Alt+Left arrow, then added it in script: sp.SendModifiedVKeys([vk.LMENU], [vk.LEFT]);
appied and closed. nothing happens. All other gestures like minimizing etc do actually work, but just not back/forward which is actually the most used for myself.

I wish to use it of course in Explorer as well as for Browser and so on.

Let me know if you have any ideas what I could try or miss or so.

Cheers
Rob  
#4 Posted : Wednesday, December 18, 2019 12:22:07 AM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
Do any key commands work? Like if you try just the Windows key, or send a single letter?
YYSSYY  
#5 Posted : Wednesday, December 18, 2019 3:17:37 AM(UTC)
YYSSYY

Rank: Newbie

Reputation:

Groups: Approved
Joined: 7/8/2019(UTC)
Posts: 1
China

Originally Posted by: Rob Go to Quoted Post
These both work fine for me, do they not work for you?
Code:
//Back
sp.SendVKey(vk.BROWSER_BACK);

//Forward
sp.SendVKey(vk.BROWSER_FORWARD);


not work for me

this work fine for me

Quote:
sp.SendModifiedVKeys([vk.LMENU], [vk.LEFT]);
sp.SendModifiedVKeys([vk.LMENU], [vk.RIGHT]);
excellencer  
#6 Posted : Wednesday, December 18, 2019 11:07:06 AM(UTC)
excellencer

Rank: Newbie

Reputation:

Groups: Approved
Joined: 12/13/2019(UTC)
Posts: 3
Austria
Location: Vienna

Originally Posted by: Rob Go to Quoted Post
Do any key commands work? Like if you try just the Windows key, or send a single letter?


Interestingly Windows key also doesn't work, but other commands do work. Don't know how to send a single key letter..

UPDATE...
BUT found the problem!!!

in the categories "Media" left and right gestures were used active already, after unchecking the boxes there, sp.SendKeys("%{LEFT}"); and also for RIGHT worked straight away!!!

pity that they caused issues with categories by default, and that Media was preferred respectively
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.