Change Ctrl + T for Dopus Image Viewer

I guess it's not possible to change the hotkey for tagging immages (Ctrl + T) in the Dopus Image viewer. I tried to change the hotkey Ctrl + T in Opus, but that hotkey is for opus (open new tab) so obviously that didn't work.

Does someone happen to know if I can get Auto Hot key to press Ctrl + T (only in Opus image viewer) if I press, for example, 1 ?
And if yes how can I do that?

I can't remember how AutoHotkey works but I have this sitting in my AutoHotkey config file from when I was testing something someone else made:

#IfWinActive, ahk_class dopus.viewpicframe Left:: Up::Send {PgUp} Right:: Down::Send {PgDn} #IfWinActive
I think that sends PageUp/PageDown to the Opus viewer when the cursor keys are pushed. You should be able to adapt it to do what you want.

hmm..I tried ::Send ^t For some reason the viewer doesn't accept it. If I use it outside the IfWinActive function Firefox and Opus opens new tab and Opus viewer makes a small padding outside the image...
Never mind..I'll just keep on pressing Ctrl+t

I normaly hit "insert" to tag the images.. perhaps that helps somehow ?!.. o)

I have an apple keyboard on a pc...So I don't have Insert key...But assigning a different key with Autohotkey worked: (your hotkey)::Send {Insert} did the job...Thanks tbone...Great tip...How did you know inset tags files as well ? I wouldn't have known this for ages I you didn't tell..

From the manual:

"The viewer can “tag” files in the Lister it was launched from. To tag the picture that is currently displayed, press Insert or select Tag from the Edit menu. "

[quote="steve"]From the manual:

"The viewer can “tag” files in the Lister it was launched from. To tag the picture that is currently displayed, press Insert or select Tag from the Edit menu. "[/quote]

RTFM you would say :smiley:.

Something like that. :slight_smile:

is there any reason the hotkeys in the image view are not customizable?

has this ever been requested?