AtomToast
AtomToast
I do not use the swallow patch or any kind of swallowing in this context
I have come over from Saka Keys and this is still the main missing feature for me. Any chance this could be implemented eventually?
[devicons/devicon](https://github.com/devicons/devicon) does include a svelte icon. You can see all the current icons over on https://devicon.dev/ You can also look at the issues and pr's for all the icons currently...
I would love for there to be an option to change the colors of super and subscript characters. At the moment they seem to be hardcoded and in my colorscheme...
I don't even know if supporting modifiers would be necessary. It could potentially work by just supporting the different keycode in the terminal. ^H is typically the delete keycode (not...
What terminal are you using? I tried it in st, alacritty and termite. Can you also maybe check the output of `showkey -a`?
I looked a bit through your and the brick source code and both in [your code](https://github.com/smallhadroncollider/taskell/blob/master/src/Taskell/IO/Keyboard/Types.hs#L35) and [the brick source code](https://github.com/jtdaugherty/brick/blob/master/src/Brick/Widgets/Edit.hs#L126) you seem to be using the EvKey KBS which...
Hm, weird. Is there another way to check keycodes on mac os?
Have you just considered letting the users define colors for the application on their own? Maybe even with 256 or truecolor support. However I am aware that the application currently...
I really like the first idea of zdenek. Foreground and background color aren't always reliable since for example in my colorscheme (monokai) both the foreground color and the blue are...