Bypass XY File Associations

Features wanted...
Post Reply
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Bypass XY File Associations

Post by TheQwerty »

There might already be a way to do this, but I couldn't figure it out.

I'd like to see is a quick way to bypass the XY file associations and use the Windows defaults when opening a file.

Currently the only way I see to do this is to right click and select Open from the shell's Context menu.

I suggest new CKS, "Open (Bypass File Assocations)" which ignores the XY file associations.

In addition, this action should be triggered by a different double click action. Either Right Double Click or a modifier + Left Double Click.


Thoughts?

admin
Site Admin
Posts: 66293
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Bypass XY File Associations

Post by admin »

I understand the intention, but I don't really like the ways you suggest. However, I don't see a better way myself at the moment... so I just sit and wait for ideas. Surprise me!

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Bypass XY File Associations

Post by TheQwerty »

admin wrote:I understand the intention, but I don't really like the ways you suggest. However, I don't see a better way myself at the moment... so I just sit and wait for ideas. Surprise me!
Care to elaborate on what you don't like about them?

I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.

admin
Site Admin
Posts: 66293
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Bypass XY File Associations

Post by admin »

TheQwerty wrote:
admin wrote:I understand the intention, but I don't really like the ways you suggest. However, I don't see a better way myself at the moment... so I just sit and wait for ideas. Surprise me!
Care to elaborate on what you don't like about them?

I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.
Ctrl+Double Left Click ... try it... it has various side-effects like toggling selection state of the clicked item, and the app is opened minimized (appears to be a OS-function).

But hope is at the horizon: soon we'll get an OpenWith TB and menu (it was discussed here some days ago).

Code: Select all

Open With
.. [OS-Associated]
---------------------
.. [XY--Associated 1]
.. [XY--Associated 2]
.. [XY--Associated 3]
.. etc
You can then map a KS onto [OS-Associated]. :)

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Bypass XY File Associations

Post by TheQwerty »

admin wrote:Ctrl+Double Left Click ... try it... it has various side-effects like toggling selection state of the clicked item, and the app is opened minimized (appears to be a OS-function).
It opens normally here. And here it's toggling the selection state twice (so the item is in the same state it was before I took action) which I like as it doesn't affect my current selection.
admin wrote:But hope is at the horizon: soon we'll get an OpenWith TB and menu (it was discussed here some days ago).

Code: Select all

Open With
.. [OS-Associated]
---------------------
.. [XY--Associated 1]
.. [XY--Associated 2]
.. [XY--Associated 3]
.. etc
You can then map a KS onto [OS-Associated]. :)
Eh.. the KS isn't what I really care about. I want an MS (Mousey Shortcut), but I guess I can eventually become satisfied with a toolbar button. I will learn to love it (or write another AHK script to do it my way).

Guess I need to re-evaluate my TB then as it's already stealing more room from the AB than I'd like.


EDIT: In fact I can already get a KS.
Define a new Open With UDC with application:
"C:\windows\system32\rundll32.exe" url.dll,FileProtocolHandler <items>

And set to multiple instances.
Do the same in the catalog and I have drag and drop which I can settle with being close to Ctrl+Double Click.

It brings up another point though, do environment variables work when defining UDC's and Catalog items? They didn't appear to for me.

admin
Site Admin
Posts: 66293
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Bypass XY File Associations

Post by admin »

TheQwerty wrote:It brings up another point though, do environment variables work when defining UDC's and Catalog items? They didn't appear to for me.
In Goto yes, else no. No reason, just did not see the need...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Bypass XY File Associations

Post by TheQwerty »

admin wrote:
TheQwerty wrote:It brings up another point though, do environment variables work when defining UDC's and Catalog items? They didn't appear to for me.
In Goto yes, else no. No reason, just did not see the need...
It would be nice if they worked elsewhere too. It improves the portability for items that can't be referenced relative to XY.

admin
Site Admin
Posts: 66293
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Bypass XY File Associations

Post by admin »

TheQwerty wrote:
admin wrote:I understand the intention, but I don't really like the ways you suggest. However, I don't see a better way myself at the moment... so I just sit and wait for ideas. Surprise me!
Care to elaborate on what you don't like about them?

I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.
I did it (Ctrl+Double Left Click), experimentally. I don't like the fact the the clicked item is toggle-selected, but otherwise it's a useful little trick. We'll see...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Bypass XY File Associations

Post by TheQwerty »

admin wrote:
TheQwerty wrote:
admin wrote:I understand the intention, but I don't really like the ways you suggest. However, I don't see a better way myself at the moment... so I just sit and wait for ideas. Surprise me!
Care to elaborate on what you don't like about them?

I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.
I did it (Ctrl+Double Left Click), experimentally. I don't like the fact the the clicked item is toggle-selected, but otherwise it's a useful little trick. We'll see...
Oooh!! Thanks, I'm looking forward to trying this out!

Post Reply