Konstantinos

Results 18 comments of Konstantinos

Hey I noticed this as well. Adding some more info in case it is proven useful. I have two external displays one 34 and one 29 inch widescreen ones but...

Yeah I agree @Letsric , i might try to pick this up for dev.

Hey @hfc2x , we just merged a way to exit search mode when you submit an empty input , might be kind of useful to you . For more see:...

I think this is easy to fix, i am going to pick it up.

I noticed the same thing when copy-pasting with `Ctrl + shift+ V` in **cosmic-term**, maybe there is an issue already for that.

I did manage to fix it with checking if the char is alphabetic & loweracase/uppercase and doing an extra insertion in the HashMap here: https://github.com/l-const/cosmic-files/commit/ccc7afbb511573123dafd6b690a1f9936637b2d2 , but again this would...

Yeah, alacritty seems to lowercase the input as well: https://github.com/alacritty/alacritty/blob/master/alacritty/src/input/keyboard.rs#L168C8-L188C11

Just checked and cosmic-files zoom is also applied per Tab. Reference: https://github.com/pop-os/cosmic-files/blob/e4c65883fd82af6e4850916e040535259c1e3c82/src/tab.rs#L1829

Thanks for reviewing @jackpot51. Would you mind taking a look at it once again?

Changing the default value of this config when creating a new profile should be considered , i do not get why it is set to true here: https://github.com/pop-os/cosmic-term/blame/master/src/config.rs#L214