#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode, 2 ;Text can be anywhere in the title name
#IfWinActive OpenOffice.org
Volume_Up::
WinGetActiveTitle, current
WinActivate ahk_class Shell_TrayWnd
Send {Volume_Up}
WinActivate %current%
return
Volume_Down::
WinGetActiveTitle, current
WinActivate ahk_class Shell_TrayWnd
Send {Volume_Down}
WinActivate %current%
return
Volume_Mute::
WinGetActiveTitle, current
WinActivate ahk_class Shell_TrayWnd
Send {Volume_Mute}
WinActivate %current%
return
RoryOF wrote:I, on the other hand, prefer to devote my little brain power to actually writing and see no need for volume keys in OpenOffice. If I had to listen to music while writing, I'd put a CD on the ghetto blaster. I admit I'm old fashioned - I see the computer as a tool (an invaluable tool), not as an entertainment machine. But a Happy Christmas anyway!
RoryOF wrote:Look at my record - 1550+ posts on this forum, with quite a reasonable success rate. If you want me to put it bluntly, I suggest it is folly to run high usage applications, such as sound or video players, on a computer that is being used (as many are) for important work such as essays, theses, databases or spreadsheets. Every week there are a number of appeals for help because someone's file "of utmost importance" has got corrupted. It is my belief that most of thse corruptions are due to the overloading of the machine by such high usage applications. I have not had a file corruption in four years of StarOffice/OpenOffice use; I am a heavy computer user doing text composition and layout, and graphic design. Make up your own mind about why.
RoryOF wrote:I, on the other hand, prefer to devote my little brain power to actually writing and see no need for volume keys in OpenOffice. If I had to listen to music while writing, I'd put a CD on the ghetto blaster. I admit I'm old fashioned - I see the computer as a tool (an invaluable tool), not as an entertainment machine. But a Happy Christmas anyway!
RoryOF wrote:You are, of course, entitled to your opinion, as I am to mine, so I have approved your post.
For others: note that the quote is from a posting in a thread of 2009.
Using HP SK2501 keyboard on Xubuntu 15.10 (non HP desktop Motherboard) the keyboard volume keys work
Return to Install, Setup and Troubleshooting
Users browsing this forum: No registered users and 13 guests