Re: [Pharo-dev] Horrible mess in keyboard modifiers processing

2018-05-29 Thread Nicolas Cellier
2018-05-29 9:58 GMT+02:00 Guillermo Polito : > He, i think this may be a VM issue. I've fixed part of the keyboard event > handling in the past, but it's effectively a mess... > Yes, there are some issues opened already

Re: [Pharo-dev] Horrible mess in keyboard modifiers processing

2018-05-29 Thread p...@highoctane.be
I think that we could address this by using left or right Alt/Ctrl to emulate Cmd. There is no way out of the fact that the Mac has some that Cmd key. We have a Windows key but it is out of reach for most of the usages. Capslock comes to mind... Phil On Tue, May 29, 2018 at 9:58 AM,

Re: [Pharo-dev] Horrible mess in keyboard modifiers processing

2018-05-29 Thread Guillermo Polito
He, i think this may be a VM issue. I've fixed part of the keyboard event handling in the past, but it's effectively a mess... On Tue, May 29, 2018 at 9:45 AM, Peter Uhnák wrote: > Btw I've opened an issue for this (for linux) last month > https://pharo.fogbugz.com/f/cases/21732/left-click- >

Re: [Pharo-dev] Horrible mess in keyboard modifiers processing

2018-05-29 Thread Peter Uhnák
Btw I've opened an issue for this (for linux) last month https://pharo.fogbugz.com/f/cases/21732/left-click-ctrl-is-unsuable-on-Linux > The Ctrl key does not have correct modifier flag when the mouse is pressed Note in the linked issue, that the modifier is present on mouseUp. My understanding

[Pharo-dev] Horrible mess in keyboard modifiers processing

2018-05-28 Thread Pavel Krivanek
On Linux and Windows, the keyboard usage is very limited, especially in combination with the mouse. There is no way how to invoke any key corresponding to Mac command key (⌘). As result there are is no option how on these platforms select several nonadjacent methods in Calypso to display them at