Page 2 of 2

Re: Gestures in opus

Posted: Nov 29th, ’20, 07:18
by davidp
Image

Re: Gestures in opus

Posted: Nov 29th, ’20, 12:25
by Marko
I tried, there is no title in Directory Opus so you need to specify the class:
ahk_class dopus.lister

Re: Gestures in opus

Posted: Nov 30th, ’20, 14:35
by davidp
sorry,now left gesture is working properly,but when i use right gesture the focus of the tab is going to other pane,fix ?

Re: Gestures in opus

Posted: Dec 3rd, ’20, 14:20
by Marko
I tried in Directory Opus and it works for me. I don't understand what your issue is. Maybe try to record the screen.

Re: Gestures in opus

Posted: Feb 11th, ’23, 13:20
by davidp
Now I want to use "[" for going back and "]" for forward like the "{Alt Down}{Left}{Alt Up}" which u have posted previously for alt+left arrow for going back.

Re: Gestures in opus

Posted: Mar 26th, ’23, 09:32
by davidp
answer

Re: Gestures in opus

Posted: Mar 26th, ’23, 10:22
by Marko
Shortcut: [

Code: Select all

{Alt Down}{Left}{Alt Up}
Shortcut: ]

Code: Select all

{Alt Down}{Right}{Alt Up}
Sorry but I cannot help further.