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

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

[Octave-bug-tracker] [bug #49397] Spacebar key is not recognize as "spac


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49397] Spacebar key is not recognize as "space"
Date: Sat, 17 Dec 2016 20:33:27 -0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Update of bug #49397 (project octave):

                Category:         Octave Function => Plotting with OpenGL   
                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

I can confirm this behavior with the "space" key. It looks like Qt::Key_Any
has the same value as Qt::Key_Space hence the confusion in the key->string
mapper. I attached a simple cset.

Here is also a simplified test script:


keypressfcn = @(h,e) disp (e.Key);
figure ("keypressfcn", keypressfcn);


I change the OS to "any" as it also happens on linux, and the category to
"Plotting with OpenGL".

(file #38779)
    _______________________________________________________

Additional Item Attachment:

File name: space.patch                    Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49397>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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