-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard shortcuts #65
Comments
I wasn't aware of the shortcuts ALT+D and CTRL+L, I will add them in the next version.
Can you explain this a little more? |
Awesome!
Sure, if you are in a folder (or any focused panel), and you press a key on the keyboard, it should activate/select each file that starts with that keyboard letter, if one exists. So it "jumps" to the files/folders that start with that letter. |
This is implemented in v3.2 (File List should have focus). Keyboard shortcuts are in my todo list. |
Wow, very nice. This is an interesting implementation. I have some feedback on this version.
Once again, thanks for the quick turn around! Great work. |
Is there a keyboard shortcut to do refresh? I tried Ctrl+R and F5 neither of which seems to work. Refresh is also not in the context menu. It took me a while to find the refresh button beside the address bar. |
omeryanar said "Keyboard shortcuts are in my todo list." I guess that one will be included. However, it seems really good at monitoring the folder and not really needing refreshing. Do you see a scenario where the files or folders are not refreshed automatically? |
Yes. For example, after a file is got renamed, it still shows the old name until I do refresh. I was confused. There are more scenarios. Auto refresh after user action is really needed. |
Refresh should only be required on network folders. All changes in local folders are tracked and updated automatically. If this is not the case, can you give some detail about your environment? For example, if your windows is installed in a virtual environment (such as Parallels Desktop on Mac) then change tracking mechanism might not work. |
You're right. Local folders work fine. I had to do manual refresh in a mapped network drive. Is there any hidden setting to enable auto refresh on network folders? |
@sjtuross I see this also. It really should be refreshing these automatically also, but it's not. It seems like @omeryanar is implying this is by design. Maybe so, but I think it should monitor these also. |
No setting, this issue is a limitation of FileSystemWatcher the class responsible for change tracking. It somehow loses the connection and stops sending file/directory change events. I converted issue #60 to a bug, and try to fix it by a recurrent connection refresh. |
No, actually not by design. In normal conditions, file system should send change notifications for nerwork drives too, just like it does for local drives, but somehow it doesn't. I will look into it. |
Network drivers update issue has been fixed in the latest version (v3.3). It turns out to be a buffer issue, here is the reason for anyone interested. |
|
I can confirm network drive works in v3.3 and F5 can do refresh. Great work!! |
Re 2. Yes, you are correct but that's not the question I asked. I am asking if we could we add an option to enable searching/highlight and optional selecting based on substrings containing two or more characters? For instance, with this if I type "S02", I could quickly find/select all the files that have that anywhere in the name. |
@omeryanar Would it be possible to add settings to change keyboard shortcut? Also add the keyboard shortcut CTRL + W which would close the current tab? It's the default chrome shortcut and is extremely useful to quickly create new tab and close it. |
CTRL + W shortcut added in the latest release (v3.5) |
I know there was #53, but a very common one that is missing is accessing the location bar.
Usually this is done with ALT+D, and CTRL+L. I only use ALT+D, but I think people are 50/50 on this.
Most of normal Windows File Explorer keyboard shortcuts should be implemented, maybe these were missed.
Some of how TAB and ARROW work in this program are pretty unorthodox. You should be able to access all sections with a TAB and ARROW keys to get around in the sections, generally.
Also, KB navigation within a folder to jump to files is also not working.
Are these types of things addressable?
The text was updated successfully, but these errors were encountered: