Page 1 of 1
Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Tue Jan 12, 2010 6:52 pm
by DragonicZero
Hello,
There's a feature that I would like to request for the View and Fullscreen modes of XnView, and that is the ability to go to the Previous and Next file using the left and right
SIDE mouse buttons, because I use a 5 button mouse and I think that it would be easier and faster to move to the next image with a single click wherever the mouse pointer is rather than clicking the arrow icon on the menu bar or using the keyboard. I'm used to this feature on the default picture viewer on Windows, but I switched to XnView because it's way better than the default picture viewer on Windows 7. The side buttons I'm talking about are not the left and right click ones, I mean the ones on mouses with more than the standard buttons. The mouse on the next image has those side buttons (That's the mouse that I use):
There is already a similar request but that one is for the Browser view (Which I don't use):
http://newsgroup.xnview.com/viewtopic.php?t=14280
Please XnView users support me on this request, you know you want to...
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Thu Jan 14, 2010 5:00 pm
by 00Nuclear00
Hi I would also like this feature in a new version of xnview.
This feature is very importand because it saves a lot of time.
I own a Razer Habu with 2 extra buttons, which I often use in windows explorer,opera browser etc. to move forward and backward.
Can you make the keymapping configurable?

Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Thu Jan 14, 2010 11:05 pm
by DragonicZero
Exactly, It would be great if they could make those buttons configurable and it's a waste having them for nothing. I think the name of those buttons are
XButton1 and XButton2. The key-mapping software that I have for my joystick also names them X1 and X2:
So, what we're looking for is something like this:

Think about it people, it can be done. And by the way, thanks for making such an awesome program.
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Wed Mar 03, 2010 4:30 am
by XnTriq
Tested successfully with
Logitech MX 400 (sans
SetPoint driver) @ Windows 2000 SP4

Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Fri Mar 05, 2010 1:20 am
by Dreamer
Good mouse.
However it doesn't work here, with the same mouse, default Windows driver, Windows Vista SP2, XnView 1.97.2. Of course the buttons are working good in the web browsers and other programs.
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Fri Mar 05, 2010 3:15 am
by XnTriq
Hi Dreamer
- How is your MX 400 connected to the PC?
(I'm using the USB to PS/2 adapter.)
- Could it be that HotkeyP somehow interferes?
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Sun Mar 07, 2010 5:26 pm
by Dreamer
Hi XnTriq,
1. Same here.
2. HotkeyP has been disabled while testing. With HotkeyP it works good (when using mouse shortcuts macros).
I think it's the driver, try to disable SetPoint and check the buttons in IE and then in XnView.
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Mon Mar 08, 2010 5:30 am
by XnTriq
Dreamer wrote:I think it's the driver, try to disable SetPoint and check the buttons in IE and then in XnView.
Well, that's the weird part: SetPoint was never installed on my system in the first place, and yet I can use the “universal forward/back buttons”.
Code: Select all
[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\MultifunctionAdapter\5\PointerController\0\PointerPeripheral\0]
"Identifier"="LOGITECH PS2 MOUSE"
I had tried a few utilities like
KatMouse and
MausII for a while, but they have since been removed completely.
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Mon Mar 08, 2010 10:24 pm
by Dreamer
XnTriq wrote:SetPoint was never installed on my system...
Oops, I should read more carefully.
It's really strange, what about other users??
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Sun May 09, 2010 10:46 pm
by DragonicZero
Thanks for adding the back & forward feature! It worked fine on my Pc using the mouse on the first post of this thread. For me that was all that was missing to make this software perfect, now it totally beats the crap out of Windows Photo Viewer (it always did, but now more than before)

.
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Tue Jun 08, 2010 11:15 pm
by ukulele
I would like to use mouse side buttons for moving back and forward between folders instead of images. What I mean is to give the side buttons the same function that the little blue arrows on the small toolbar have. It would be very helpful when working with many folders. Would it be possible to make side buttons configurable the same way like the other buttons?
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Tue Nov 09, 2010 7:05 am
by morel
ukulele wrote:I would like to use mouse side buttons for moving back and forward between folders instead of images. What I mean is to give the side buttons the same function that the little blue arrows on the small toolbar have. It would be very helpful when working with many folders. Would it be possible to make side buttons configurable the same way like the other buttons?
I'd also very much like to see this functionality added. It doesn't need to be instead of images though, they're separate. It's quite necessary after using it in explorer/web browsers for forever.
Re: Mouse SIDE Buttons Move Back & Forward(View & Fullscren)
Posted: Sat Jan 28, 2012 4:36 pm
by ShrapNull
I know this thread is old, but I have found a solution in a small autohotkey script I wrote. For anyone who doesn't know about autohotkey, it is very easy to use.
Create a new autohotkey script, then right click it & edit the script. Paste the following 3 lines at the bottom and save. Then double click on the file.
Code: Select all
#IfWinActive ahk_class XmainClass
XButton1::PostMessage, 0x111, 335, 0, , XnView
XButton2::PostMessage, 0x111, 336, 0, , XnView
That is all. Please post back if this works for you.