octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60869] Ampersand character in uimenu label


From: Rik
Subject: [Octave-bug-tracker] [bug #60869] Ampersand character in uimenu label
Date: Thu, 1 Jul 2021 16:48:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36

Update of bug #60869 (project octave):

                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

Confirmed.

Can you determine exactly which conditions generate a keyboard shortcut?  For
example, does the '&' character have to be preceded by whitespace as well?


H = figure;
uimenu (H, 'Label', 'A&B');


Is the Label that is displayed 'A&B' or 'AB' with 'B' being a keyboard
shortcut?

Also, is it any whitespace that stops interpretation of the ampersand as a
shortcut?


H = figure;
uimenu (H, 'Label', sprintf ('A&\tB'));


Is the label 'A& B' or does Matlab make a Tab the shortcut key?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60869>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]