Issue 113502 - Assignment to keys Alt+F6, Alt+Left, Alt+Right fails
Summary: Assignment to keys Alt+F6, Alt+Left, Alt+Right fails
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: OOO320m12
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 20:01 UTC by vreher
Modified: 2013-08-07 14:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Testcase - ~/.ooo3/user/registry/data/org/openoffice/Office/Accelerators.xcu (3.06 KB, text/xml)
2010-07-28 20:06 UTC, vreher
no flags Details
Testcase - Dialog showing accelerator key assignments (153.37 KB, text/plain)
2010-07-28 20:09 UTC, vreher
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description vreher 2010-07-28 20:01:03 UTC
When using using the Customize Keyboard dialog, assignment of writer functions 
to keys Alt+F6, Alt+Left, and Alt+Right appear to "work" but subsequent use of 
those keys do not invoke the assigned function.  Other facts:

1. Assignments of functions to "similar" keys Alt+{F1-F3,F5,F7-F12,Up,Down} 
and Alt+Ctrl+{Up,Down} does work.
2. None of the above keys are assigned to any desktop function (desktop is 
KDE-3.5.10)
3. Keys appear to work properly in other desktop applications.
Comment 1 vreher 2010-07-28 20:06:39 UTC
Created attachment 70866 [details]
Testcase - ~/.ooo3/user/registry/data/org/openoffice/Office/Accelerators.xcu
Comment 2 vreher 2010-07-28 20:09:23 UTC
Created attachment 70867 [details]
Testcase - Dialog showing accelerator key assignments
Comment 3 eric.savary 2010-07-28 22:48:29 UTC
@PL: reproducible on Windows too.
Distinction:
- Alt+F6: only executes F6 (cycle between panes). This should be corrected to
allow a mapping to Alt+F6.

- Alt+Arrow keys are internally reserved depending on the context to:
* change width/height of columns and rows in tables
* move/re-size objects by pixel.
-> we should either:
- disable the ability of remapping those shortcuts (like Alt+F4)
- or not hard code those shortcuts and display their default functions in front
of them.
Comment 4 philipp.lohmann 2010-07-29 10:24:07 UTC
adding cd to CC, who owns Accelerator configuration.
Comment 5 philipp.lohmann 2010-07-29 12:34:00 UTC
Alt-F6 was erroneously used by the task pane list (which uses F6) - fixed in CWS
vcl114. Alt-Left and Alt-Right I have not found a reason in vcl.

@cd: could you please have a look ?
Comment 6 vreher 2010-11-01 16:54:39 UTC
I noticed that this issue remains with 3.3 RC1.  Can anybody hazard a guess as 
to when it will be fixed?  I am currently mitigating the problem by using 
AltKeyHandler ( http://homepages.paradise.net.nz/hillview/OOo/ ) to process 
the problematic key combos, but would prefer to use Ooo's keyboard 
customization exclusively.