Change "resize to fit" shortcut to Meta+w
Meta+x will be used for CUT (cut text to clipboard).
This commit is contained in:
@@ -363,7 +363,7 @@ input_manager_process_key(struct input_manager *im,
|
||||
screen_switch_fullscreen(im->screen);
|
||||
}
|
||||
return;
|
||||
case SDLK_x:
|
||||
case SDLK_w:
|
||||
if (!shift && !repeat && down) {
|
||||
screen_resize_to_fit(im->screen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user