-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
WindowsThis affects Kando on WindowsThis affects Kando on Windows
Description
I use Win10 21h2 LTSC with the XYplorer file manager and it is integrated into the system shell. Any folder called from the terminal, Explorer or any other application opens automatically in XYplorer thanks to the registry tweak:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\XYplorer\Command]
@="\"C:\\Configs and settings\\AutoHotKey\\FeedXyplorer.exe\" \"%1\""However, Kando ignores all settings and opens the folder in Explorer. When I found this out, I had to replace all the "file" items in .json with "command":
"command": "\"C:\\Configs and settings\\AutoHotKey\\FeedXyplorer.exe\" \"C:\\Users\""Is it possible to change this behavior?...
Metadata
Metadata
Assignees
Labels
WindowsThis affects Kando on WindowsThis affects Kando on Windows