k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Alt+underlined letter in sub-menus doesn't work #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Press Alt+F (to open the File submenu)
2. Press Alt+X

What is the expected output? What do you see instead?
The program should execute the command in the menu, but instead the keyboard 
has not effect (if we press X without Alt modifier, it works).

More info in comments section of the following post:
http://blog.aseprite.org/2011/01/spriting.html

Original issue reported on code.google.com by davidcapello on 3 Mar 2011 at 11:04

GoogleCodeExporter commented 8 years ago
This is the expected behavior, isn't it? All of my applications behave this way 
on Ubuntu.

Original comment by erdav...@gmail.com on 3 Apr 2011 at 8:01

GoogleCodeExporter commented 8 years ago
The behavior is different between Windows and Linux. On Windows you can press 
Alt+"sequence of underlined letters" to enter into a hierarchy of menus. Also, 
if you release Alt and press it again, the whole popups menus disappears. On 
Linux (at least GNOME) it does not work in that way.

I'll implement it in the Windows fashion to offer more versatility.

Original comment by davidcapello on 30 Apr 2011 at 5:59

GoogleCodeExporter commented 8 years ago
Fixed with commit: 132e246ebf881f5e4a87d142349313db1bfaa648
https://github.com/dacap/aseprite/commit/132e246ebf881f5e4a87d142349313db1bfaa64
8

Original comment by davidcapello on 30 Apr 2011 at 6:35