Open zetok opened 8 years ago
There are other keys that do crash it, should I just keep adding them to the match ? Edit: nvm, looks like adding other keys to match causes terminal to break
Yikes!
This is basically the work item here - fill out this macro to convert all of the GTK key values to notty's key values. Probably what happened is that the keys you added aren't handled well internally to notty right now. What keys were they?
Well, I was just trying to type some stuff with AltGr
e.g. ł – Key press: 1b3
, ó – Key press: f3
, ą – 1b1
and a few other keys.
With this pressing
AltGr
doesn't crash terminal anymore.There are other keys that do crash it, should I just keep adding them to the
match
?Edit: nvm, looks like adding other keys to
match
causes terminal to break