argimenes / standoff-properties-editor

A standoff properties editor in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Mac the CMD-Key and on Linux the CRTL-Key is not bound

kuczera opened this issue · comments

so copy and paste is not possible

Have you tried copying and pasting with the mouse as a work around?

Yes but it didn't work on Mac or Linux.

SPEEDy is configured to accept CONTROL key combinations (as this is the default for every system other than MacOS) but I will see if it can be extended to handle this.

The CMD-key is now fixed for the Mac. Were you accessing Linux through your Mac (i.e., a VM) or on a dedicated Linux machine. I can only access Linux through a VM on Windows, so am not sure if I can test this properly.

Pressing Alt or Control key on Linux inserts the character sequence "Alt" or "Control" respectively.

P.S: Only on Firefox, not on Chrome.

Why not add CTRL at

const PASSTHROUGH_CHARS = [CAPSLOCK, PAGE_UP, PAGE_DOWN, HOME, END, PRINT_SCREEN, PAUSE, SELECT_KEY, NUM_LOCK, SCROLL_LOCK, LEFT_WINDOW_KEY, RIGHT_WINDOW_KEY,
so it's normal behaviour is kept. You can still catch combinations such as Ctrl+V