Cyd
Cyd
It's not only spaces. It's all non alphanumeric characters. You have to convert the name first. And in the UI, the name will be decoded to be readable. And no,...
I think #76 is not related to Portable mode. It is a feature request for both mode (Feature request: save only non-default session settings in portable mode). And why dis...
- #76 it is not true: in portable mode and in registry mode all the settings values are saved. There is no difference between the two modes. - about Kageant...
`winstore.c` is the file where all registry accesses are made: - sessions listing - loading/saving - ssh keys management - ... Unfortunately **Pageant** was not based on `winstore.c` file unlike...
I've worked a little on the **Kageant** sessions sub-menu feature. Here is the [first beta](https://www.9bis.net/kitty/files/kitty-debug.exe).
Try to put `kitty.ini` configuration file in **%APPDATA%\KiTTY\kitty.ini** directory. Another solution is to set en environment variable `KITTY_INI_FILE` that contains the full path to your `kitty.ini` configuration file.
If you want to use it in portable mode of course you can put the `kitty.ini` file directly in the same directory where executables are. See [the documentation](https://www.9bis.net/kitty/#!pages/Portability.md).
Did you test the [64bits beta version](https://github.com/cyd01/KiTTY/actions/runs/2554023027) ? I need some feedbacks on it.
I thing there is already shortcuts for user commands: 
I don't find the feature useless, you need it. What I found useless, is the use of the Portable mode. Unfortunately I don't have so much time to spend on...