allow Shift+Backspace to act as Backspace in insert mode
This commit is contained in:
parent
9a34bfe4ba
commit
3fc7dc62f8
@ -552,6 +552,7 @@ uint32_t Window::get_shifted(uint32_t keysym)
|
||||
case SDLK_RIGHTBRACKET: return '}';
|
||||
case SDLK_BACKQUOTE: return '~';
|
||||
case SDLK_SPACE: return ' ';
|
||||
case SDLK_BACKSPACE: return '\b';
|
||||
}
|
||||
|
||||
return 0u;
|
||||
|
Loading…
x
Reference in New Issue
Block a user