It would be great to have an option to change the font size with a keyboard shortcut (like CTRL + or CTRL -)
@felixse I'd be happy to try to implement it, if it's not too difficult (I'm not too familiar with UWP and TS and I don't understand the magic that binds them together). If you could give me some hints what files I should modify, I will let you know if I can do it.
As I understand, what is needed is just a keyboard shortcut to increase/decrease the font size.
I don't think this one is exactly beginner friendly, but you can have a try 馃槃
My thoughts on this:
@felixse Thanks for the recipe! :) I'll give it a try in the weekend I think.
Good idea, it would be also nice to zoom with CTRL + mouse wheel just like in mintty/wsltty.
@felixse I added a draft PR https://github.com/felixse/FluentTerminal/pull/728
Unfortunately I wasn't able to finish this, I do not know how to extend XtermTerminalView. Project is quite big and I do not really understand the architecture :/
BTW, it would be awesome if you shared some more information about this project (architecture, technnologies, etc.).
@zsbolyoczki Yeah, that would be useful.
Making the project run was a big problem. I actually had to switch to another laptop. FIrst one just wasn't able to build the project for some reason. On the other laptop I went further, but still restore was not possible without nuget.exe restore (Visual Studio alone wasn't able to restore). Took me some hours to figure this out :O
Most helpful comment
Good idea, it would be also nice to zoom with CTRL + mouse wheel just like in mintty/wsltty.