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?
Bypass XY File Associations
-
admin
- Site Admin
- Posts: 66293
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Bypass XY File Associations
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!
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: Bypass XY File Associations
Care to elaborate on what you don't like about them?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!
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
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).TheQwerty wrote:Care to elaborate on what you don't like about them?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!
I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.
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]
.. etcFAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: Bypass XY File Associations
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: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).
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).admin wrote:But hope is at the horizon: soon we'll get an OpenWith TB and menu (it was discussed here some days ago).You can then map a KS onto [OS-Associated].Code: Select all
Open With .. [OS-Associated] --------------------- .. [XY--Associated 1] .. [XY--Associated 2] .. [XY--Associated 3] .. etc
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
In Goto yes, else no. No reason, just did not see the need...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.
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: Bypass XY File Associations
It would be nice if they worked elsewhere too. It improves the portability for items that can't be referenced relative to XY.admin wrote:In Goto yes, else no. No reason, just did not see the need...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.
-
admin
- Site Admin
- Posts: 66293
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Bypass XY File Associations
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 wrote:Care to elaborate on what you don't like about them?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!
I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: Bypass XY File Associations
Oooh!! Thanks, I'm looking forward to trying this out!admin wrote: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 wrote:Care to elaborate on what you don't like about them?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!
I don't care so much about the CKS, but I stand by Ctrl+Double Left Click.
XYplorer Beta Club