summaryrefslogtreecommitdiff
path: root/es
diff options
context:
space:
mode:
authorOlivier R <olivier.dev@grammalecte.net>2018-08-20 14:11:10 +0200
committerAndras Timar <andras.timar@collabora.com>2018-08-24 15:00:59 +0200
commitf72d665c06042c6736adf652b096265684701f46 (patch)
treedaf2c9d8c9b2b4654166ba7599396f53522d31fa /es
parent00a2316c6499821fee61aaa14e718d5b7398e983 (diff)
French dictionary update (v6.3)
Change-Id: I98c98d1484810b7403c3de4ed9a02e8689542552 Reviewed-on: https://gerrit.libreoffice.org/59561 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'es')
0 files changed, 0 insertions, 0 deletions
solve-comments LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/options/optjava.cxx
diff options
context:
space:
mode:
authorPatrick Luby <guibmacdev@gmail.com>2025-01-18 11:30:30 -0500
committerPatrick Luby <guibomacdev@gmail.com>2025-01-19 12:27:19 +0100
commitb197379e867087413be86bd1a32030b912ecaa8a (patch)
tree98b0b6d1be895a90fee0f7858f63cad93892f0e5 /cui/source/options/optjava.cxx
parente46f1c492a3ef9727f2d671ae68a646f9b04a639 (diff)
tdf#151423 use the same modifier keys during a scrolling session HEADmaster
Revert commit f5ef5eafdf70a36edd5129147502a9c74df89456 as it completely disabled the ability to zoom on mice with limited support for gestures such as the Apple Magic Mouse by pressing pressing the Command key while scrolling. So try a different approach and use the modifier keys that were pressed when the current scrolling session was started for the entire scrolling session. Unfortunately, session state changes such as a scrolling session began or ended are not fired when scrolling with a regular mouse scrollwheel so use a significant pause between scrolling events as a rough indicator that a new scrolling session has begun. Change-Id: I898d7f0d3e28ad0436fcb75504f9efb6bf9cdb7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180451 Tested-by: Jenkins Reviewed-by: Patrick Luby <guibomacdev@gmail.com>