Changeset - r26192:df959d60e420
[Not reviewed]
master
0 1 0
Dave Shifflett - 2 years ago 2022-03-15 21:33:22
dave@corpulent.coffee
Feature: Allow Shift+Insert as paste in edit box (#9836)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/textbuf.cpp
Show inline comments
 
@@ -475,6 +475,7 @@ HandleKeyPressResult Textbuf::HandleKeyP
 
		case WKC_RETURN: case WKC_NUM_ENTER: return HKPR_CONFIRM;
 

	
 
		case (WKC_CTRL | 'V'):
 
		case (WKC_SHIFT | WKC_INSERT):
 
			edited = this->InsertClipboard();
 
			break;
 

	
0 comments (0 inline, 0 general)