[notcurses-input] identify ISO level 3/5 shift

This commit is contained in:
nick black 2021-12-12 07:47:39 -05:00
parent 5c2b87a89d
commit 7107c9015c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -158,6 +158,8 @@ const char* nckeystr(char32_t spkey){
case NCKEY_RSUPER: return "right super";
case NCKEY_RHYPER: return "right hyper";
case NCKEY_RMETA: return "right meta";
case NCKEY_L3SHIFT: return "level 3 shift";
case NCKEY_L5SHIFT: return "level 5 shift";
case NCKEY_MOTION: return "mouse (no buttons pressed)";
case NCKEY_BUTTON1: return "mouse (button 1)";
case NCKEY_BUTTON2: return "mouse (button 2)";