VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 21 forks source link

Paste is not following keyboard settings #102

Open ecm-bitflipper opened 1 year ago

ecm-bitflipper commented 1 year ago

When pasting text, it appears that the paste functionality is not following the keyboard settings. Even though I have the keyboard settings to correctly map [] (brackets), pasting those characters always ends up with 89.

I am using VCC 2.1.0.6-beta.

ejaquay commented 1 year ago

Correct. Paste bypasses keyboard input and therefore keymapping. It may however be possible to modify the paste function to allow sending brackets. Will look into this when we get a chance.

On Sat, Aug 27, 2022, 3:32 PM ecm-bitflipper @.***> wrote:

When pasting text, it appears that the paste functionality is not following the keyboard settings. Even though I have the keyboard settings to correctly map [] (brackets), pasting those characters always ends up with 89.

I am using VCC 2.1.0.6-beta.

— Reply to this email directly, view it on GitHub https://github.com/VCCE/VCC/issues/102, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIUKNDY4TKPVHOFK3UO2LDV3JUM7ANCNFSM57ZZL6FQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ecm-bitflipper commented 1 year ago

I am attempting to test a little assembly language routine for a unit driven by a 6803 microprocessor. Limiting myself to registers A,B,D,X and the operations supported by that microprocessor, the color computer environment is a good test bed. I was able to edit the fouled lines manually in EDTASM++ and move on so I am not blocked by this "bug". I just thought I would bring it to your attention. Thanks though for your response.