diff options
author | Niklas Johansson <sleeping.pillow@gmail.com> | 2016-02-02 15:06:58 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-04-04 07:42:53 +0000 |
commit | e667bcfa1749e6a9179b0900305f3179076dc63c (patch) | |
tree | a2440bb38446cfe58cf72fb2c5e5f3f5a0b5ed30 /officecfg/README | |
parent | 62967a0afc596811fe308640acdd90a6df57185f (diff) |
Add tool to check for duplicate accelerators
The tool mentioned in tdf#94865. It should be possible to use in
any installed locale. It uses the accessibility api to read the menus
and retrieve the menu items and it's associated accelerator keys.
Change-Id: I3abe1bff526db15e40c5cf792588c5eda1fbedad
Reviewed-on: https://gerrit.libreoffice.org/22039
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'officecfg/README')
-rw-r--r-- | officecfg/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/README b/officecfg/README index add1276b077d..712bd439f2d0 100644 --- a/officecfg/README +++ b/officecfg/README @@ -4,3 +4,8 @@ If you change change a file in this module, then a make postprocess is needed af See also: [[configmgr]] + +AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menues for +entries that use the same accellerator key. The tool goes through the menues using the accessibility +api and checkes the accellerator keys. For information on how to use the tool open the fodt file +in LibreOffice. |