Pharo 60 needs help on shortcuts-are-wrongly-displayed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo 60 needs help on shortcuts-are-wrongly-displayed

Stephane Ducasse-3
 
The system should display Ctrl + s and not Ctrl + S
 
Because people are pressing Shift to get S and this is not working.
We should distinguish between uppercase and lowercase.
The reader cannot guess that S is not the same as s + shift.
There is no way that a user can know that they should NOT press shift when looking at Ctrl + S (because there is no noshiftPressed).
Ctrl + S means press Shift.
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 60 needs help on shortcuts-are-wrongly-displayed

Pavel Krivanek-3

2017-02-06 17:57 GMT+01:00 Stephane Ducasse <[hidden email]>:
 
The system should display Ctrl + s and not Ctrl + S
 
Because people are pressing Shift to get S and this is not working.
We should distinguish between uppercase and lowercase.
The reader cannot guess that S is not the same as s + shift.
There is no way that a user can know that they should NOT press shift when looking at Ctrl + S (because there is no noshiftPressed).
Ctrl + S means press Shift.

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 60 needs help on shortcuts-are-wrongly-displayed

EstebanLM

On 7 Feb 2017, at 10:57, Pavel Krivanek <[hidden email]> wrote:


2017-02-06 17:57 GMT+01:00 Stephane Ducasse <[hidden email]>:
 
The system should display Ctrl + s and not Ctrl + S
 
Because people are pressing Shift to get S and this is not working.
We should distinguish between uppercase and lowercase.
The reader cannot guess that S is not the same as s + shift.
There is no way that a user can know that they should NOT press shift when looking at Ctrl + S (because there is no noshiftPressed).
Ctrl + S means press Shift.


key shorcuts are for key, not for character, that’s why they point to the key in the keyboard. 
this is the universal standard, so I do not think we need to change it. 

as Pavel explain, is like that : 

- on mac: symbols + key
- on linux and windows: modifiers + key (e.g. "Shift + S", "Ctrl + Shift + S")

cheers, 
Esteban


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 60 needs help on shortcuts-are-wrongly-displayed

Guillermo Polito
I back up Pavel and Esteban here.

On Tue, Feb 7, 2017 at 11:18 AM, Esteban Lorenzano <[hidden email]> wrote:

On 7 Feb 2017, at 10:57, Pavel Krivanek <[hidden email]> wrote:


2017-02-06 17:57 GMT+01:00 Stephane Ducasse <[hidden email]>:
 
The system should display Ctrl + s and not Ctrl + S
 
Because people are pressing Shift to get S and this is not working.
We should distinguish between uppercase and lowercase.
The reader cannot guess that S is not the same as s + shift.
There is no way that a user can know that they should NOT press shift when looking at Ctrl + S (because there is no noshiftPressed).
Ctrl + S means press Shift.


key shorcuts are for key, not for character, that’s why they point to the key in the keyboard. 
this is the universal standard, so I do not think we need to change it. 

as Pavel explain, is like that : 

- on mac: symbols + key
- on linux and windows: modifiers + key (e.g. "Shift + S", "Ctrl + Shift + S")

cheers, 
Esteban



Reply | Threaded
Open this post in threaded view
|

Re: Pharo 60 needs help on shortcuts-are-wrongly-displayed

Stephane Ducasse-3
Ok let us close the bug entry. 
One less to go. 

Stef

On Tue, Feb 7, 2017 at 11:24 AM, Guillermo Polito <[hidden email]> wrote:
I back up Pavel and Esteban here.

On Tue, Feb 7, 2017 at 11:18 AM, Esteban Lorenzano <[hidden email]> wrote:

On 7 Feb 2017, at 10:57, Pavel Krivanek <[hidden email]> wrote:


2017-02-06 17:57 GMT+01:00 Stephane Ducasse <[hidden email]>:
 
The system should display Ctrl + s and not Ctrl + S
 
Because people are pressing Shift to get S and this is not working.
We should distinguish between uppercase and lowercase.
The reader cannot guess that S is not the same as s + shift.
There is no way that a user can know that they should NOT press shift when looking at Ctrl + S (because there is no noshiftPressed).
Ctrl + S means press Shift.


key shorcuts are for key, not for character, that’s why they point to the key in the keyboard. 
this is the universal standard, so I do not think we need to change it. 

as Pavel explain, is like that : 

- on mac: symbols + key
- on linux and windows: modifiers + key (e.g. "Shift + S", "Ctrl + Shift + S")

cheers, 
Esteban