diff options
author | Alwin Esch <alwin.esch@web.de> | 2019-07-19 13:01:24 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2019-07-19 13:01:24 +0200 |
commit | ca0d578a214b09b7f6bfab095da155a270aaa778 (patch) | |
tree | b51f8d77d2fbc603282131239a35bea2a71c113a /system/keymaps | |
parent | cc2a7c8d2a2fd27cd6a3b770add146db793c34cd (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.xml | 1 |
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> |