ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Converting the middle/wheel click to drag-n-drop

(1/2) > >>

Solving_Prob:
Hi all,

I am working on a project for elderly and people with disability. The project is on "re-adjusting" a normal computer mouse. Some of these folks can not double-click, nor hold the left-click down for dragging files/folders. I found the following codes for changing the middle-click to left-double-click. One is written in C# the other in CPP.

http://www.codeproject.com/KB/cs/MBtn2DblClick.aspx

http://www.codeproject.com/KB/cpp/MBtn2DblClickVC.aspx

This program would be very handy for them.

Regarding the 2nd part, what I am looking for, should work like the following:

1. Move the pointer on a file/folder
2. Press and release the Middle/Wheel Click
3. Move the pointer and it moves/drags the file/folder.
4. Press and release the click again and the pointer releases the file/ folder

This should work for the Windows environment. Does the description make sense?

Does anybody know if such a code has been written?

Thanks,

-Farzad

mouser:
its an interesting idea.. so the middle click button would be like a TOGGLE -- click one to simulate left click and hold, and again to simulate release.

Solving_Prob:
Exactly. This would be very useful for elderly and people with disability as some of them can not hold the left click down. If you have any ideas please let me know.

cmpm:
Maybe this can be set to do it.
If drag and drop = copy and paste.
It looks like it can do more as well.

http://lifehacker.com/software/featured-windows-download/copy-and-paste-quicker-using-your-mouse-with-true-x+mouse-gizmo-294701.php

http://fy.chalmers.se/~appro/nt/TXMouse/

Solving_Prob:
Ahhh.. TXMouse only works for copy and paste of text in the clipboard.

I tried copying (ctrl-c) a file and using TXMouse to paste it, but it didn't work.

Navigation

[0] Message Index

[#] Next page

Go to full version