Good call, thanks. A terminal emulator like Konsole or Alacritty is an application like any other, I kind of get that. Inside this terminal emulator application it gets a bit murky because I don’t have a clear mental image of what bash or fish could be compared to, maybe like KDE or Gnome are – different flavors of linux GUI user interface. Regardless, from Alacritty>fish I can launch many other commands/applications that go pretty deep in my system, I can launch say ls and see my files, or fdisk to f_ck up my HD, or kill and PID to see CPU processes. So, eventually I could maybe launch an application so powerful as to be able to get access to where the keystrokes live, before Wayland or KDE gets them?
PS I’ve been reading up on crossterm
and the kitty keyboard protocol,
It say that this new protocol is implemented in Alacritty and fish so I’m on the right track about Key_down, key_up, it even has a key_repeat flag. But the problem of capturing Meta before KDE does is still unclear (to me at least)