[Gambas-user] Shit-Ins and Ctrl-Ins copy/paste gonne

Bruce Steers bsteers4 at gmail.com
Sat Feb 6 14:26:11 CET 2021


On Sat, 6 Feb 2021 at 13:24, Bruce Steers <bsteers4 at gmail.com> wrote:

>
>
> On Sat, 6 Feb 2021 at 13:03, Benoît Minisini <g4mba5 at gmail.com> wrote:
>
>> Le 06/02/2021 à 12:19, martin cristia a écrit :
>> >   Hi, these are gonne in //Trunk version. I'm really used to them
>> instad
>> > of Ctrl-C and V , was it on purpose?
>> >
>>
>> Mmm... Strange. I don't remember having removed them, and why I would
>> have done that. But I confirm I can't find them anywhere in the source
>> code.
>>
>>
> Is it not in TextEditor.class _new()  ?
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Public Sub _new()    Dim sDisplay As String    If Not $cShortcut Then
> $cShortcut = [      "CTRL+A": "SelectAll",      "CTRL+C": "Copy",
> "CTRL+INS": "Copy",      "CTRL+V": "Paste",      "SHIFT+INS": "Paste",
> "CTRL+X": "Cut",      "SHIFT+DEL": "Cut",      "CTRL+Y": "Redo",
> "CTRL+Z": "Undo",      "CTRL+F": "Find"]  Endif  *
>  BruceS
>

I recall you made some changes to Shortcut routines recently.
Just a thought.

All the best
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210206/118a312e/attachment.htm>


More information about the User mailing list