robhagemans / pcbasic

PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
http://www.pc-basic.org
Other
396 stars 48 forks source link

Shift+Insert to Paste? #117

Closed mgregory22 closed 3 years ago

mgregory22 commented 4 years ago

Could you extend it a little and implement Shift-Insert to paste text into the window? According to my DOSBOX version, GWBASIC treats Shift+Insert the same as Insert, so I don't think it would hurt compatibility or anything.

robhagemans commented 3 years ago

Sorry, but if GW-BASIC treats shift-insert the same as insert then so should PC-BASIC - programs may rely on these working the same. This is why the clipboard operations were implemented with F11 as GW-BASIC does not recognise this key.