Entering NAGs from keyboard when annotating

Get your specific HIARCS/Junior support questions answered here as well as up-to-the-minute news!

Moderators: Watchman, Mark Uniacke, mrudolf

Post Reply
mikromurks
Member
Posts: 9
Joined: Thu Mar 13, 2014 8:14 pm

Entering NAGs from keyboard when annotating

Post by mikromurks »

Hi,

i found a minor bug, at least i think it is one.

When annotating a game and putting an exclamation mark after a move via keyboard (on mac) you cannot add +- via keyboard. its interpreted as -+ and you can't change it via keyboard....

its not that important, but you might want to fix it one day..

regards

CB
User avatar
mrudolf
HCE Developer
Posts: 988
Joined: Thu Dec 17, 2020 4:44 pm

Re: Entering NAGs from keyboard when annotating

Post by mrudolf »

mikromurks wrote: Tue Jul 25, 2023 3:45 pm i found a minor bug, at least i think it is one.

When annotating a game and putting an exclamation mark after a move via keyboard (on mac) you cannot add +- via keyboard. its interpreted as -+ and you can't change it via keyboard....
The first symbol which cannot be interpreted as continuation is ignored. So, if you press !+-, the plus cannot be attached to !, so it is ignored. It should start new symbol instead. So

Code: Select all

!++-
works, but it is not intuitive.

I will try to improve it for 1.3.
mikromurks
Member
Posts: 9
Joined: Thu Mar 13, 2014 8:14 pm

Re: Entering NAGs from keyboard when annotating

Post by mikromurks »

Hi,

i immediately tried that, and it works! Keep up the good work!

Thanks!

CB
Post Reply