mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 15:30:00 +00:00
Feature: Allow Shift+Insert as paste in edit box (#9836)
This commit is contained in:
parent
1a17b6c8f6
commit
0d9fdeda8e
@ -475,6 +475,7 @@ HandleKeyPressResult Textbuf::HandleKeyPress(WChar key, uint16 keycode)
|
||||
case WKC_RETURN: case WKC_NUM_ENTER: return HKPR_CONFIRM;
|
||||
|
||||
case (WKC_CTRL | 'V'):
|
||||
case (WKC_SHIFT | WKC_INSERT):
|
||||
edited = this->InsertClipboard();
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user