Gestures in opus

Discussion, questions and support.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Nov 24th, ’20, 09:14

How to create a gesture work in directory opus(a file manager) for going back and forward,pls tell step by step.
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 24th, ’20, 11:51

Are there keyboard or mouse shortcuts available for back and forward? If yes, you can simulate them.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Nov 24th, ’20, 15:13

yes,the keyboard shortcut's are alt+left arrow for going back and alt+right arrow for going forward,so how ?
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 25th, ’20, 19:22

Try the following:

Code: Select all

{Alt Down}{Left}{Alt Up}
and

Code: Select all

{Alt Down}{Right}{Alt Up}
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Nov 26th, ’20, 05:19

should I create a left gesture in default and use the above command,what should i use in type and window ?
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 27th, ’20, 16:44

Create two gestures, Type: Send.
You can restrict it to only work in Opus - you can find the window name using Tools/Window Information Tool.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Nov 28th, ’20, 07:49

should i use the "title" of the window information tool in window of the fk's
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 28th, ’20, 08:36

Yes.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Nov 28th, ’20, 08:47

ok,i did it as u said,but it's not working ,pls tell an other cmd.
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 28th, ’20, 18:57

You must be doing something wrong. Please post your exact settings.
Post Reply