We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Such as
mode: "parallel auto" uniformsize: "fill" hotkeys: left: "h" right: "l" up: "k" down: "j" ...
Or just read a python file to configure like ipython and ptpython?
from mulimgviewer.hotkeys import XXX def user_customize_function() ... def configure(config) config.settings.mode = "paralell auto" config.settings.uniformsize = "fill" config.hotkeys["j"] = XXX config.hotkeys["i"] = user_customize_function
The text was updated successfully, but these errors were encountered:
A config file seems to be needed in the future. But which features require a config file needs further discussion.
The following functions require a config files. But I think it would introduce more problems. #50
I noticed that you mentioned another issues that this feature is suitable using a config file. #70 #65
Finally, does the introduction of configuration files affect the packaging of the portable exe? It seems to like the portable exe for many people.
Sorry, something went wrong.
已加入配置文件:https://github.com/nachifur/MulimgViewer/tree/aea472437ea168c461fdd172c9326edbd4b0e3f6
No branches or pull requests
Such as
Or just read a python file to configure like ipython and ptpython?
The text was updated successfully, but these errors were encountered: