THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Ram-Z (Ram-Z) 

Attached to Project - awesome
Summary - Keeping a key pressed triggers key release events
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - When keeping a key pressed the "key release" signal is being triggered
continously.

How to reproduce:

globalkeys = awful.util.table.join(globalkeys,
  [...]
  awful.key({ }, "F12",
   function () io.stderr:write("pressed\n") end,
   function () io.stderr:write("released\n") end )
}


Expected output when keeping the key pressed, a single 'release' event at the 
end when the key is released:
pressed
pressed
[...]
pressed
released



Actual output, alternating 'pressed'/'released' events until the key is 
released:
pressed
released
pressed
released
[...]
pressed
released

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1303

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to