[SOLVED] Need to create a Custom Shortcut for LibreOffice
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
[SOLVED] Need to create a Custom Shortcut for LibreOffice
I need to create a Custom Shortcut to open Libreoffice easily, but i don't know what to write in the command bar in the "Custom Keyboard Shortcuts" option from Control center; anybody knows how? it could be really helpful to know This particular shortcut, or at least the basic structure to create one; please, give me a simple answer since i'm a total newbie and i know very little about programming language.
Last edited by Danko8321 on Thu Nov 24, 2011 1:28 pm, edited 2 times in total.
Cheer up! Things are getting worse at a slower rate.
Re: Need to create a Custom Shortcut for LibreOffice
One way to find the custom code you need is to right click on the existing libre-office shortcut, and selecting properties. Here there should be a field named the same as the one you are missing. Can't remeber the exact name. If you can't find it I can send you a screenshot once I get back to my own computer (evil school...).
When your problem is solved, add to the title of your first post [Solved].
---------------------------------------------------------------------------------------------
I use: linux mint 11 main, mac osx 10.6, windows 7, ubuntu server
Scientia Vires Est.
---------------------------------------------------------------------------------------------
I use: linux mint 11 main, mac osx 10.6, windows 7, ubuntu server
Scientia Vires Est.
Re: Need to create a Custom Shortcut for LibreOffice
The command you want is
Code: Select all
soffice %u
Kernel Linux Tex 4.8.13-1-ARCH (64 bit) xfce , burg
Arch
GTX680 4Gb
OSS4
AMD Phenom II X4 (965BE) @ 3.6 Ghz
8Gb RAM
Arch
GTX680 4Gb
OSS4
AMD Phenom II X4 (965BE) @ 3.6 Ghz
8Gb RAM
Re: Need to create a Custom Shortcut for LibreOffice
Thanks! Found all the commands at the control center purely by accident, but your tips are really helpful, and now i know how to make my own personal shortcuts! thanks guys!
Cheer up! Things are getting worse at a slower rate.