[Pharo-project] Fixing the cmd+" with smart character => '
Yes Ben I'm trying to fix this really strange behavior of smart characters :) Yes I want to be more productive so I'm fixing the glitches. Now this is funny without smartCharacter cmd+"+ shift + selection produces "selection" cmd+' + selection produces 'selection' so far so good. now with smart characters cmd+' + selection produces 'selection' cmd+"+ shift + selection produces 'selection' where the fun start is that pressing shift+' produces an event whose keyValue is ' and not " :) in fact the keystroke is even funkier :) [keystroke '<Cmd-'>'] Stef
On Nov 7, 2012, at 8:20 PM, Stéphane Ducasse wrote:
Yes Ben I'm trying to fix this really strange behavior of smart characters :) Yes I want to be more productive so I'm fixing the glitches.
Now this is funny without smartCharacter
cmd+"+ shift + selection produces "selection"
cmd+' + selection produces 'selection'
so far so good.
now with smart characters
cmd+' + selection produces 'selection'
cmd+"+ shift + selection produces 'selection'
where the fun start is that pressing shift+' produces an event whose keyValue is ' and not " :)
in fact the keystroke is even funkier :)
[keystroke '<Cmd-'>']
in fact without smartCharacter we get the same keystroke :) Stef
participants (1)
-
Stéphane Ducasse