-
Notifications
You must be signed in to change notification settings - Fork 173
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
Inconsistent Macro behavior in dialogs #2017
Comments
In dialog in each drop-down list far2l remember filtering state up to dialog close. Your macros open drop-down list and toggle it to filtering mode, then after reopen this list it toggle off filtering mode. |
Is it possible to solve it then? Is there an option to disable "remember filtering state"? |
I've just made a commit on far2m that prevents such remembering (just in case). |
Awesome! Hopefully it will be merged upstream. |
In far2l master now. |
I have created the following macro to be able to enable Ctrl+Alt+F fast search in file attributes:
However, it does not work every second time.
When I select owner here:
And press Ctrl+Down, the menu opens with search mode enabled:
HOWEVER, if I press Esc and then press Ctrl+Down again, it opens WITHOUT search mode enabled:
When I press Esc and then Ctrl+Down again, it opens with search mode again, then without it, then with it, enabling it every other time.
This behavior is observed on per gui item, i.e. if I press Ctrl+Down on owner first and then switch to group and press Ctrl+Down on group, both work as expected, but if afterwards I switch back to owner and press Ctrl+Down for the second time, it opens without search mode.
The text was updated successfully, but these errors were encountered: