Issue 4148 - AutoCorrect/Word Completion: Accept with [Tab]
Summary: AutoCorrect/Word Completion: Accept with [Tab]
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: 641
Hardware: All All
: P4 Trivial with 5 votes (vote)
Target Milestone: ---
Assignee: stefan.baltzer
QA Contact: issues@sw
URL:
Keywords: oooqa
: 5689 9501 25964 63826 (view as issue list)
Depends on:
Blocks:
 
Reported: 2002-04-20 00:17 UTC by Unknown
Modified: 2013-08-07 14:40 UTC (History)
2 users (show)

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


Attachments
Proposed patch (231 bytes, text/plain)
2005-08-10 10:42 UTC, einstienindia
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2002-04-20 00:17:33 UTC
Could the options for which keys are available to accept "Word Completions"
please be extended to accept the [Tab] key - or any user defined key for that
matter?

Thanks for all you do!
Comment 1 Joost Andrae 2002-04-21 14:50:06 UTC
Joost->Falco: reassigned as RFE to you
Comment 2 horkana 2002-09-04 21:28:36 UTC
I was confused by the current behaviour 
i tried a few things and return seemed to be the key that was used.  

Tab or possible Right Arrow, would be more in line with user
expectations (Tab for unix shell users, Right arrow for Windows users).  
Comment 3 Unknown 2002-11-27 23:42:07 UTC
I strongly agree with this, I found myself hitting tab expecting it to
autocomplete, but it did not.  I was surprised not to find it in the
list of keys to use for autocompleting.
Comment 4 lohmaier 2003-07-02 17:22:34 UTC
*** Issue 5689 has been marked as a duplicate of this issue. ***
Comment 5 lohmaier 2003-07-02 17:27:52 UTC
setting initial target-milestone, adjusting priority, set platform/os
to all.
Comment 6 falko.tesch 2003-09-11 15:12:31 UTC
I also vote for TAB. please include this to feature commission.
Comment 7 bettina.haberer 2003-10-28 16:40:03 UTC
Hello Andreas, could you please estimate this feature for
implementation in OO.o 2.0? Thank you.
Comment 8 andreas.martens 2003-10-30 09:46:49 UTC
Tools/AutoCorrect/AutoFormat... Word Completion
offers a list of characters to accept the word completion.
<Enter> <End> <Space> <Cursor-Right>
are choosable, default is <Enter>.

It's only a small effort to extend the list by <Tab> and/or to change
the default from <Enter> to something else.
Comment 9 andreas.martens 2003-10-30 10:31:49 UTC
Effort: 1 day.
Comment 10 bettina.haberer 2003-10-30 11:36:45 UTC
Hello Andreas, let us enhance the list for accept-keys for word
completion with <TAB> without the change of the default.
Comment 11 andreas.martens 2003-10-30 11:53:20 UTC
Okay.
Comment 12 Oliver Specht 2003-10-30 12:00:04 UTC
.
Comment 13 lohmaier 2004-02-29 19:45:51 UTC
*** Issue 25964 has been marked as a duplicate of this issue. ***
Comment 14 lohmaier 2004-03-02 20:53:24 UTC
*** Issue 9501 has been marked as a duplicate of this issue. ***
Comment 15 Martin Hollmichel 2004-05-28 14:57:18 UTC
according to the announcement on releases
(http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7503) this issue
will be re-targeted to OOo Later.
Comment 16 lohmaier 2004-06-10 18:43:42 UTC
from issue 1910
------- Additional comments from lisabeeren Mon Jun 7 21:13:51 -0700 2004 -------

Fix:

sub addTabPushListener(control as variant)
	oListener = CreateUnoListener("TabPush_", "com.sun.star.awt.XKeyListener")
	control.addKeyListener(oListener)
end sub

sub TabPush_keyPressed(e)
	if e.keycode = 1282 then
		tabIndex = e.Source.model.tabIndex
		controls = oDialog.getControls
		
		if (e.modifiers mod 2) = 1 then
			desiredIndex = tabIndex - 1
		else
			desiredIndex = tabIndex + 1
		end if
		
		for i = LBound(controls) to UBound(controls)
			if controls(i).model.tabIndex = desiredIndex then
				controls(i).setFocus
				i = UBound(controls)
			end if
		next i
	end if
end sub

sub TabPush_keyReleased(e)
end sub


Comment 17 einstienindia 2005-08-10 10:42:34 UTC
Created attachment 28623 [details]
Proposed patch
Comment 18 mmeeks 2006-03-07 21:10:24 UTC
re-adjusting target milestone - so this appears on stx12's radar; a trivial patch.
Comment 19 Oliver Specht 2006-03-14 12:57:23 UTC
Fixed in cws os78
Comment 20 Oliver Specht 2006-03-15 08:32:08 UTC
Reassigned for verification

re-open issue and reassign to hi@openoffice.org
Comment 21 Oliver Specht 2006-03-15 08:32:19 UTC
reassign to hi@openoffice.org
Comment 22 Oliver Specht 2006-03-15 08:32:24 UTC
reset resolution to FIXED
Comment 23 h.ilter 2006-03-16 15:36:17 UTC
Reassigned to SBA

re-open issue and reassign to sba@openoffice.org
Comment 24 h.ilter 2006-03-16 15:36:25 UTC
reassign to sba@openoffice.org
Comment 25 h.ilter 2006-03-16 15:36:29 UTC
reset resolution to FIXED
Comment 26 stefan.baltzer 2006-03-24 13:41:33 UTC
SBA: Verified in CWS os78.
Comment 27 lars 2006-03-30 17:56:37 UTC
*** Issue 63826 has been marked as a duplicate of this issue. ***
Comment 28 stefan.baltzer 2006-05-19 14:34:55 UTC
SBA: OK in 680m2 Build 9030. Closed.