aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps
diff options
context:
space:
mode:
authorAlwin Esch <alwin.esch@web.de>2019-07-19 13:01:24 +0200
committerAlwin Esch <alwin.esch@web.de>2019-07-19 13:01:24 +0200
commitca0d578a214b09b7f6bfab095da155a270aaa778 (patch)
treeb51f8d77d2fbc603282131239a35bea2a71c113a /system/keymaps
parentcc2a7c8d2a2fd27cd6a3b770add146db793c34cd (diff)
add ACTION_MOUSE_DRAG_END support
This action is required on webbrowser addon to handle mouse drag and drop on website content.
Diffstat (limited to 'system/keymaps')
-rw-r--r--system/keymaps/mouse.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/mouse.xml b/system/keymaps/mouse.xml
index 85b184d769..3bb3f43826 100644
--- a/system/keymaps/mouse.xml
+++ b/system/keymaps/mouse.xml
@@ -38,6 +38,7 @@
<wheeldown>wheeldown</wheeldown>
<wheelup>wheelup</wheelup>
<mousedrag>mousedrag</mousedrag>
+ <mousedragend>mousedragend</mousedragend>
<mousemove>mousemove</mousemove>
</mouse>
</global>