References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit
> View mailing list archive > <http://api.openoffice.org/servlets/SummarizeList?listName=dev> | Search > mailing > list archive <http://api.openoffice.org/servlets/SearchList?listName=dev> > > start: > > > Response to: [api-dev] Macro to load kbd-config file containing assigned > macros > <http://api.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12792> (Ennio-Sr) > > Date: Tue, 03 May 2005 08:11:07 +0200 > From: Mathias Bauer <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > Subject: [api-dev] Macro to load kbd-config file containing assigned macros > > > Ennio-Sr wrote: >> THIS IS A REMINDER OF MY PREVIOUS POST: > > AND THIS IS A REMINDER TO MY ANSWER TO YOUR PREVIOUS POST. > > Get my answer from the archive. > Before you repost your mail you should at least reply to answers you > already got, shouldn't you? > > Best regards, > Mathias > > -- > Mathias Bauer - OpenOffice.org Application Framework Project Lead > Please reply to the list only, [EMAIL PROTECTED] is a spam sink. > Hi Mathias, it's only thanks to Paolo Mantovani's direct e-mail to my address (thank you again, Paolo) that I became aware of this and your previous anwer: for some reason your posts might have been caught by my anti-spam filter (although I couldn't find any evidence). Please help me understand why cc-ing to my address your eventual answer [I did subscribe to api-dev]. I understand your being annoyed and feel sorry for my apparent ignorance and ungratefullness. Now, back to the substance: Response to: [api-dev] Macro to load kbd-config file containing assigned macros <http://api.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12743> (Ennio-Sr) Date: Fri, 22 Apr 2005 17:30:29 +0200 From: Mathias Bauer <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Subject: [api-dev] Macro to load kbd-config file containing assigned macros Ennio-Sr wrote: > [using OOo-1.1.4 under Debian/Sarge] > > Hi all, > > I created a few macros and assigned them to some CTRL+Letter keys. Then > I saved the assignements to a file (Kbd-config) as suggested by Help. > After that, I attempted to construct a macro to load said kbd-config each > time the relative .sxc file is opened; however, using the macro recorder, I > could only get to the point where the dialog window appears, so that I must > continue the load instructions manually.[*] Also tried to adapt Andrew Pitonyak > macro 5.17 ("Load a document into an existing frame") with no success: > that will open a new regular document, not the keyboard configuration > file. > > Is there any possibility to do what I'm attempting to do? In OOo1.1 there is no way to load a keyboard configuration via macro. If you want to have this only when a special document is used: why don't you save the configuration into the document instead? When the document is loaded its own configuration *automatically* will overwrite the usual one. Best regards, Mathias ------------------------------------------------------------------ Well, IIRC, my first attempts were exactly to 'save the configuration in the documents' itself. However, when I re-opened the document, my keybrd assignement had faded away: that's why I 'discovered' the possibility to save my private keys configuration in a file that I could recall before re-opening the doc. As a further step I was trying to automate this re-calling of my file via a macro. Anyway, it'n not all that important: my macro to this effect only gets me to a certain point where I continue mnaually. Thanks again for your help. Regards, Ennio. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
