Gestures in opus

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

Post by davidp » Nov 29th, ’20, 07:18

Image
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 29th, ’20, 12:25

I tried, there is no title in Directory Opus so you need to specify the class:
ahk_class dopus.lister
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Nov 30th, ’20, 14:35

sorry,now left gesture is working properly,but when i use right gesture the focus of the tab is going to other pane,fix ?
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Dec 3rd, ’20, 14:20

I tried in Directory Opus and it works for me. I don't understand what your issue is. Maybe try to record the screen.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Feb 11th, ’23, 13:20

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.
User avatar
davidp
Posts: 131
Joined: Mar 7th, ’18, 08:32

Post by davidp » Mar 26th, ’23, 09:32

answer
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Mar 26th, ’23, 10:22

Shortcut: [

Code: Select all

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

Code: Select all

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