1
0
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:
tychovrahe 2024-11-06 10:47:18 +01:00 committed by TychoVrahe
parent 435fbd6e8c
commit 375a27978f

View File

@ -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;
}