mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 19:08:07 +00:00
feat(core): switch screenshot button to 's'
[no changelog]
This commit is contained in:
parent
435fbd6e8c
commit
375a27978f
@ -482,7 +482,7 @@ static int sdl_event_filter(void *userdata, SDL_Event *event) {
|
||||
case SDLK_ESCAPE:
|
||||
main_clean_exit();
|
||||
return 0;
|
||||
case SDLK_p:
|
||||
case SDLK_s:
|
||||
display_save("emu");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user