Numpad 'Enter' doesn't work on highlighted items in dash, places-files and places-apps
Bug #741615 reported by
dart
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
Low
|
Gord Allott | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Enter key on numpad does nothing when hit on highlighted items in dash
Related branches
lp://staging/~gordallott/nux/nux-fixes-07-04
Merged
into
lp://staging/nux
- Jay Taoko (community): Approve
-
Diff: 186 lines (+48/-38)4 files modifiedNux/Focusable.cpp (+1/-0)
Nux/GridHLayout.cpp (+42/-35)
Nux/GridHLayout.h (+4/-2)
Nux/TextEntry.cpp (+1/-1)
Changed in unity: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in unity: | |
assignee: | nobody → Gord Allott (gordallott) |
milestone: | none → 3.8.2 |
tags: | added: bitesize |
Changed in unity (Ubuntu): | |
status: | New → Confirmed |
Changed in unity: | |
status: | Confirmed → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
According to me this is a nux bug, because in TextEntry.cpp we have:
if (keysym == NUX_VK_ENTER) .emit ();
{
activated
return;
}
whit:
#define NUX_VK_ENTER 0x0D // ENTER key
The numpad enter hex code is 0x8b!