Hi Dotan, *,

Dotan Cohen wrote:
On 24/03/07, Manfred J. Krause <...> wrote:
Hi Dotan, *,

Shortcut keys in Writer:
- <Ctrl> + <Shift> + <V>
- <U> + <Enter>

You may record is as a macro ...
[Tools|Macros|Record Macro (as above; see <F1> 'macros;recording')

... and add it e.g. as an icon in a toolbar
[Tools|Macros|Organize Macros|OpenOffice.org Basic Macros|
My Macros|<macro name> -> Assign ...]

There are also some useful Firefox AddOns as
- Copy Plain Text 0.3.3
- Auto Copy 0.6.4
->
https://addons.mozilla.org/firefox/extensions/

Thanks, Manfred. I did find the keyboard shortcuts while googling the
problem. But I think that I will indeed install the Firefox
extensions. I try to keep Firefox as clean of extensions as possible
(it slows the program down), but this seems to be the only way.

I recorded a macro (1) and assigned to it the shortcut:
<Ctrl> + <Shift> + <U>
Additional I placed the (not needed) icon 'Double Underlining' into
'Standard Toolbar' (now with the macro function) ...

Regarding issue 7553 it's really no toy ...
[ Issue 7553 - Performance issue opening document containing Internet
reference -  http://www.openoffice.org/issues/show_bug.cgi?id=7553 ]

... and both Firefox extensions do not make any trouble ...

Regards -
Manfred

----
(1) to have a look how it works  ;-)

REM  *****  BASIC  *****

Sub Main

End Sub


sub Einf_unformat
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem ----------------------------------------------------------------------
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "SelectedFormat"
args1(0).Value = 1

dispatcher.executeDispatch(document, ".uno:ClipboardFormatItems", "",
0, args1())


end sub




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to