yorukot / superfile

Pretty fancy and modern terminal file manager
https://superfile.netlify.app
MIT License
5.66k stars 126 forks source link

Focus_on_metadata hotkey doesn't work. #384

Open cklin731 opened 1 week ago

cklin731 commented 1 week ago

macOS 14.6.1 iterm2 3.4.23

focus_on_metadata = ['ctrl+m', ''] My ctrl+m works like comfirm key.

yorukot commented 3 days ago

So I did some research and I think it might be because of pressing Ctrl + M sends the same ASCII code (13) as the Enter key.

https://github.com/kovidgoyal/kitty/discussions/4778

cklin731 commented 3 days ago

So I did some research and I think it might be because of pressing Ctrl + M sends the same ASCII code (13) as the Enter key.

kovidgoyal/kitty#4778

Because the superfile website's shortcut recommand has ctrl+m hotkey. So I think that the website might not recommand ctrl+m for hotkey.