Menu

#132 Invalid key binding?

None
fixed
None
2015-01-28
2014-09-15
Piotr
No

Dev portable 5.6.2:

"Save as" key binding is "CTRL + ALT + S". But the saving window pop-ups also when I press "right alt (alt gr) + S". It's annoying because this combination gives me national character ś so I can't type it.

Discussion

  • orwelldevcpp

    orwelldevcpp - 2014-11-13

    Confirmed.

     
  • orwelldevcpp

    orwelldevcpp - 2014-11-13
    • status: open --> accepted
    • assigned_to: orwelldevcpp
    • Milestone: -->
     
  • orwelldevcpp

    orwelldevcpp - 2014-11-13

    It seems the AltGr+S key combination has the same identifier as the Ctrl+Alt+S combination (integer 49235). This unfortunately means that there is no easy way to distinguish between the two combinations when handling shortcuts because these are all processed by IDs and NOT by text equivalents like "Ctrl+Alt+S".

    Wikipedia seems to agree with me:
    http://en.wikipedia.org/wiki/AltGr_key

    I'll look into this some more if I have time though.

     
  • orwelldevcpp

    orwelldevcpp - 2015-01-28

    Fixed in 5.9.1.

     
  • orwelldevcpp

    orwelldevcpp - 2015-01-28
    • status: accepted --> fixed
     

Log in to post a comment.