abdel-17 / svelte-file-tree

0 stars 0 forks source link

Implement Rename Functionality #5

Open abdel-17 opened 1 month ago

abdel-17 commented 1 month ago

Use Enter as a keyboard shortcut similar to Finder on macOS

mustafa0x commented 1 month ago

i think enter should open. like google drive. however im not sure what the best alternative is. f2 works (also like gdrive).

abdel-17 commented 1 month ago

@mustafa0x what does "open" even mean in this context? expand the folder?

abdel-17 commented 1 month ago

Seems enter is supposed to toggle expansion. F2 it is.

mustafa0x commented 1 month ago

Yes, navigate to folder if folder, or open file/document if file.

abdel-17 commented 1 month ago

I don't think the library should be aware of file-opening functionality. Maybe it could be exposed through an onaction prop where you can perform certain tasks when the item is "activated".

mustafa0x commented 1 month ago

Agreed. 👍