Search found 6 matches
- 16 Jan 2013 21:00
- Forum: Tips & Tricks, Questions & Answers
- Topic: Can XYplorer replace system file dialogs?
- Replies: 1
- Views: 945
Re: Can XYplorer replace system file dialogs?
The system file dialogs are implemented by calls to the functions and interfaces in C:\windows\system32\COMDLG32.DLL. You can open up COMDLG32.DLL in Resource Hacker and see all the dialogs there and even modify certain aspects of them (such as to make them bigger). The only application that I know ...
- 16 Jan 2013 18:31
- Forum: Tips & Tricks, Questions & Answers
- Topic: Explorer Replacement
- Replies: 19
- Views: 7368
Re: Explorer Replacement
AutoHotKey can ovewrite any and all Windows keyboard shortcuts, and can overwrite the Win+E hotkey to launch XYPlorer.
You could create an AutoHotKey script like such:
See more info here: http://www.autohotkey.com/docs/misc/Override.htm
You could create an AutoHotKey script like such:
Code: Select all
#e::Run, "C:\Program Files\XYplorer\XYplorer.exe"
- 16 Jan 2013 18:27
- Forum: Tips & Tricks, Questions & Answers
- Topic: Explorer Replacement
- Replies: 19
- Views: 7368
Re: Explorer Replacement
The other related part that mnay ask about is the file open/save dialogs and it's the same thing there, in that it can't be done. The file open/save dialogs are implemented by COMDLG32.DLL There is one program I know of and have used to completely replace the file open/save dialog. It patches COMDL...
- 16 Jan 2013 18:21
- Forum: Tips & Tricks, Questions & Answers
- Topic: Disable auto selection of recently used folders
- Replies: 14
- Views: 2601
Re: Disable auto selection of recently used folders
do you find this default behavior irritating? I think about turning it off by default. UI keyboard navigation should always be consistent - pushing the same keys in the same window should always do the same thing. I usually end up remembering where my folders are - and I navigate quickly through th...
- 16 Jan 2013 12:38
- Forum: Tips & Tricks, Questions & Answers
- Topic: Disable auto selection of recently used folders
- Replies: 14
- Views: 2601
Re: Disable auto selection of recently used folders
Yes thank you. I changed to AutoSelectMRUSubfolder=0
- 16 Jan 2013 12:26
- Forum: Tips & Tricks, Questions & Answers
- Topic: Disable auto selection of recently used folders
- Replies: 14
- Views: 2601
Disable auto selection of recently used folders
Hi - when I am navigating around folders - XYPlorer starts its selection (and focus) on folders that I have recently entered.
I would like the focus to always start out nothing selected. How can I do this? I have been unable to find anything like this to disable in the Configuration options.
I would like the focus to always start out nothing selected. How can I do this? I have been unable to find anything like this to disable in the Configuration options.
XYplorer Beta Club