Feature #1943
[Windows] Menu key should show task bar (now produces developer alerts when pressed)
Description
Pressing the contextual menu key on a Windows keyboard yields an alert about an unknown key code. Ideally pressing this key would reveal the task bar.
Associated revisions
History
#1 Updated by skyjake almost 10 years ago
- Assignee set to skyjake
- Target version set to 1.15
Should be simple enough to add the key code in the Windows key mapping.
#2 Updated by skyjake almost 10 years ago
- Status changed from New to In Progress
#3 Updated by skyjake almost 10 years ago
- Priority changed from Normal to Low
#4 Updated by skyjake almost 10 years ago
- Subject changed from [Windows] Menu key produces alerts when pressed to [Windows] Menu key produces developer alerts when pressed
#5 Updated by skyjake almost 10 years ago
- Subject changed from [Windows] Menu key produces developer alerts when pressed to [Windows] Menu key should show task bar (now produces developer alerts when pressed)
#6 Updated by skyjake almost 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 90
#7 Updated by skyjake almost 10 years ago
- % Done changed from 90 to 100
#8 Updated by skyjake almost 10 years ago
Code committed, although I'll still need to verify that Qt's Menu key code works for us.
#9 Updated by skyjake almost 10 years ago
- Status changed from Resolved to Closed
#10 Updated by skyjake almost 10 years ago
- Tracker changed from Bug to Feature
#11 Updated by danij almost 10 years ago
I can confirm that the context-menu key on a Windows keyboard now works as expected.
Windows|Input: Menu key shows the task bar
This commit adds the Windows Menu key into the key mapping. The DDKEY
is bound to open/close the task bar in the default bindings.
The client bootstrap was updated to add the appropriate binding
when upgrading to/past build 1479.
IssueID #1943