Opened 8 years ago
Closed 7 years ago
#12857 closed bug (invalid)
When I press the printscreen button on my keyboard to take a screenshot of Pe (the text editor), will be opened WebPositive instead of the "Screenshot" app.
Reported by: | Giova84 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Servers/input_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Well, is the first time that I notice such odd behaviour, maybe because I never done a screenshot of Pe's window: if I attempt to make a screenshot to Pe (when its window/focus is in front of the other windows), the stamp/print screen button on my keyboard will trigger WebPositive instead of the "Screenshot" app. Everything is ok if the Pe's window is not in front of the other apps or if is completely absent from my Desktop.
I don't have any shortcut which involves the printscreen button of my keyboard.
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
This is a bug in Pe, not in Haiku, so closing as invalid.
Note:
See TracTickets
for help on using tickets.
This is probably Pe's bug, because all the keys have raw_char = B_FUNCTION_KEY are known as "Help" message https://github.com/HaikuArchives/Pe/blob/master/Resources/Bindings.r#L406
My solution is just remove it (replaced by 0), the better solution is binding it with F1 key instead but I don't know how to do it.
https://github.com/HaikuArchives/Pe/pull/53