Open focused dir by right arrrow instead enter key

Hi,

is it possible to set right arrow to open selected dir (default key - enter)? i have looks over full list with command, preferences without results :confused:

Sincerely,
asiloisad

Hi,

You can create a new hotkey for right arrow with this code, to adapt to the view mode you want:

@if:Set VIEW=Details
Go FROMSEL
@if:Set VIEW=Power
Go FROMSEL
@if:else
Select NEXT MAKEVISIBLE=immediate

See this thread for details:

1 Like

Thank you very much for reply!

I want to get a little different behavior. Is there any fix to the problem presented on the screenshot below?

on the otherhand, in case below right arrow does now working but enter key is ok:

@edit

some improvments due to my idea:

@if:Set VIEW=Details
Select NONE
Select THIS
Go FROMSEL
@if:Set VIEW=Power
Select NONE
Select THIS
Go FROMSEL
@if:else
Select NEXT MAKEVISIBLE=immediate

but the file list is deselected after back in :confused: