Cyd

Results 66 comments of Cyd

Ok, I've reverted few things in this [debug build](https://www.9bis.net/kitty/files/kitty-debug.exe). Unfortunately I won't have time to upload a new release before going to holidays. But you can test the debug build....

I'm not sure I've found the root cause, but can you test this [beta build](https://www.9bis.net/kitty/files/kitty-debug.exe) ? Thank you for you help.

I've made a new [beta build](https://www.9bis.net/kitty/files/kitty-debug.exe). Can you check it ?

Does it occur with [0.76.0.8](https://github.com/cyd01/KiTTY/releases/tag/v0.76.0.8) ?

**F7** is a shortcuts for print whole buffer. You can - either disable all shortcuts ```ini [KiTTY] shortcuts=no ``` - or redefine *print all* shortcut to another key (ex: CTRL^p)...

Try to add these lines to your **%APPDATA%\KiTTY\kitty.ini** configuration file: ```ini [KiTTY] wintitle=no ```

Maybe one day ! Did you look at the changes ? 0.77 is another big bang revolution ! It seems they change all the files structure : https://github.com/cyd01/putty/compare/0.76...pre-0.77 again and...

As a quick and dirty workaround, I suggest you to use a simple `.BAT` file. The complete command-line would be in this file: Ex: `START C:\Program Files\Mozilla Firefox\firefox.exe -private-window ......