automatically support insert-based copy/paste shortcuts

This commit is contained in:
Ryan Fleury
2024-05-14 08:27:59 -07:00
parent 5d459d9b7a
commit ac9a908464
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -125,8 +125,10 @@ DF_DefaultBindingTable:
{ "backspace_single" Backspace 0 0 0 }
{ "backspace_chunk" Backspace ctrl 0 0 }
{ "copy" C ctrl 0 0 }
{ "copy" Insert ctrl 0 0 }
{ "cut" X ctrl 0 0 }
{ "paste" V ctrl 0 0 }
{ "paste" Insert 0 shift 0 }
{ "insert_text" Null 0 0 0 }
//- rjf: code navigation