Wednesday, 17. September 2008, 07:07:49
middle button replacement
hi! i have just bought a tablet pc and i am missing very much the middle click options. i used it for open links in background and close tabs. any suggestion?remember: it is a tablet, i have no key or right click options (well, i have the right click, but it takes toooo long)
i have seen firefox have the dragndrop extension, where you can open in background by just dragging the link with the left button, that would be an easy way if possible.
thanks!
Wednesday, 17. September 2008, 07:25:23
Set EnableDrag to 255 and you don't need to drag the link all the way to the tab bar, just release it anywhere on the page.
Wednesday, 17. September 2008, 08:45:39 (edited)
enable drag to 255 works very well, any chance to open in background by default? remember i dont have keys...
i should be used to it, but i still surprise with all the options and posible configurations in opera. the problem is that it is not very easily accesible and they dont give many information.
Thursday, 18. September 2008, 08:13:00
how can i use them?
http://userjs.org/help/installation
delays are not good options
It is a question of habit
Thursday, 18. September 2008, 08:38:39
it doesnt open in background, it just open in another tab, maybe i did something wrong...
and i said they are not good options because i must have the finger without moving on the screen for a while and it is a bit uncomfortable, and maybe it has conflicts with the right click (im not with my tablet now) because if i want right click, i must stay still for long and it will do an open in background too before the right click
Thursday, 18. September 2008, 18:04:45
it doesnt open in background
http://my.opera.com/Lex1/blog/show.dml/989155#comment5507983
in Opera 9.5 you must set Ctrl+F12->Advanced->Content->Javascript options->Allow lowering of windows.
and maybe it has conflicts with the right click
There are not problems with my laptop.
Friday, 19. September 2008, 06:22:06 (edited)
Since changing the drag setting gives you open link in new window with leftbutton drag, you can change the function assigned to the mouse gesture "gesture down" (which is drag down while holding right button) from the default open link in new page to open link in background page.
While you're at it, make the assignment Open link in background page | Go to page,"%t" & Minimize page - then it will also work on text links you have highlighted.
To close current page, the default mouse gesture "down, right" is pretty good.
Friday, 19. September 2008, 06:16:37
Originally posted by Lex1:
There are not problems with my laptop.
maybe you dont have a tablet pc, i mean, in a tablet, you must hold the click about a second for right click menu, if i have your script enabled, it will open the link on background brfore getting the right click, so that's the conflict, that's what is all about this thread.
Friday, 19. September 2008, 06:21:43
Originally posted by bpm:
I'm not sure if you have a way of effecting mouse gestures on the tablet - usually done by holding right button - but if so:
Since changing the drag setting gives you open link in new window with leftbutton drag, you can change the mouse gesture you get with "gesture down" (which is drag down while holding right button) from the default open link in new page to open link in background page.
While you're at it, make the assignment Open link in background page | Go to page,"%t" & Minimize page - then it will also work on text links you have highlighted.
To close current page, the default mouse gesture "down, right" is pretty good.
thank you, but i cant make right click for gestures, or i can do, but it takes too long, thats why i am looking for another option
Friday, 19. September 2008, 07:49:35
Drag links a little bit (40x40 pixels) UP and to the RIGHT quickly (max 2.5 sec) to open in background
Friday, 19. September 2008, 09:56:19
Originally posted by pechorin:
thank you! that seems great, but i cant get it to open in background... any tip?
Make sure "Open in background tab" is selected in Preferences > Advanced > Shortcuts - "Middle click Options.."
Originally posted by pechorin:
with the source, i will try to do it with just move down, it doesnt have to be very difficult.
Find/replace
if((e.pageX-mdown[0])>40 && (e.pageY-mdown[1])<-40){withif((e.pageY-mdown[1])>15){
Friday, 19. September 2008, 10:31:13
maybe you dont have a tablet pc
Yes, usual laptop.
AyushJ
Good script, but it work wrong, if «enable drag» == 255
Tuesday, 30. September 2008, 03:02:13
Wednesday, 1. October 2008, 02:03:48
Wednesday, 1. October 2008, 06:51:24
no, they are not the sponsored links, they are just the results of the search... it works, for example, with the "similar pages" links, but neither with the "cached"
i am using drag = 247 (default) maybe should i use another one?
255 breaks the script posted above, so i would like to avoid it...
Wednesday, 1. October 2008, 21:07:55
Does actually clicking on the "cached" link work? Some security programs seems to block direct IP addresses ...
Here's an example of a "cached" link:
http://74.125.45.104/search?q=cache:LSQ_cZCDVR0J:lists.w3.org/Archives/Public/www-xsl-fo/2001Oct/0017.html+entity+eacute&hl=en&ct=clnk&cd=1&gl=us&client=opera
Notice that the address is a number instead of a name? That's what I'm talking about - some security software won't let you access pages whose website is a number. If you actually click on that link, does it work fine?
Thursday, 2. October 2008, 06:21:25
i didnt mean that cached, i meant the google cached links in the searchs. the link you write works well, actually every link in the opera forum works well, but not in google, for example.
@AyushJ
i am believing more the bug stuff, because it has no apparetn logic, i hope they will fix it
so, is there any way to solve temporarily this situation?
thanks both!
Thursday, 2. October 2008, 11:07:59
Thursday, 2. October 2008, 18:04:12
Enable Drag
Bit field; which elements to enable drag and drop for:
1 = link
2 = bookmark
8 = same window
247
N/A
So ... 247 versus 255 is only whether or not "8 = same window" is included. With 255, you can drop on the same tab, with 247 you can't.
Monday, 20. July 2009, 18:12:51
Maybe you could modify that script
http://my.opera.com/Lex1/blog/userjs-2
Forums » Opera Community » General Opera topics » Customizing Opera
