kornes

Results 12 comments of kornes

up arrow, capslock, cv paste, ctrl+enter; there are multiple ways to spam in caps yet ppl complain about not being able to hold shift? :D `shift+enter` is expected to enter...

Support the idea with proper customization like #3603 suggests. Hardcoding search engine doesn't sound right to me, because some prefer their local services (Baidu in china, Yandex in russia), others...

agree, we should add some of the examples from Felanbird as default commands in settings. That will require adding support to toggle commands on/off tho, so all defaults can start...

Thanks for testing! can you post screen of how Filters tab looks for reference? on windows Accounts and Filters tab appears to use same font size. Settings window is [explicitly...

both mentioned tabs were the only one using custom fonts, now removed so all settings tabs should look the same. Now, categories need some clear visibility so i used background...

> Did some testing, appears that messages + the container are unaffected. I'd imagine that we'd want to pass DPI scaling through right down to the message element from their...

early suggestions: - current UI in demo is imo way too prominent for this feature. What about adding "Note:" row above Views, limited to single row of text and expandable...

output ``` chatterino.twitch: TwitchChannel reward added ADD callback since reward is not known: "429810ea-c898-4517-a5aa-e5fd0c8352c2" chatterino.twitch: [TwitchChannel "jankos" ] Channel point reward added: "429810ea-c898-4517-a5aa-e5fd0c8352c2" , "Profile background change LoL" , true...

emote scale passed to `addImageSetToContainer` was ignored ```diff diff --git a/src/messages/MessageElement.cpp b/src/messages/MessageElement.cpp index 49d49aacb..ec9bd5c5a 100644 --- a/src/messages/MessageElement.cpp +++ b/src/messages/MessageElement.cpp @@ -27,7 +27,7 @@ namespace { return; } - auto size...

double-click selection ends selection on the line's end rather than word end, i tested c2 2.4.4 and it behaves the same so likely it never worked as expected. But your...