Page 1 of 1

BUZZ ALT underlines at first letters are missing

Posted: Mon Mar 05, 2012 4:46 am
by Dr3Tri
BUZZ ALT underlines at first letters are missing in latest few releases. It slows down my work flow as menus must be opened with a mouse.

Besides using mouse a lot is unhealthy for wrists and fingers... that's one reason i use keyboard shortcut everywhere it is possible. And like i said it's quicker.
Id like to see those numbers of previously opened songs as well.

One another thing i miss in BUZZ is keyboard shortcuts for muting/unmuting channels. Just like old Amiga OctaMED had. Number pad numbers muted/unmuted related channel. It was amazingly simple, easy and useful.
If that's not possible user definable keyboard shortcuts would do the trick as well.


-----edit-----

Another one which disappeared longer time ago; when editing parameters in machine window -> plugin -> presets, there used to be first letter underlined in the word "Add". It made possible to add preset with ALT+A after doing edits to sound/effect.
I feel like cripple nowadays with BUZZ. In build 1454 underlines in menu are still untouched but misses from presets window.

So i guess i'll stick to build 1454 until something remarkable happens which forces me to update.

Re: BUZZ ALT underlines at first letters are missing

Posted: Thu Mar 29, 2012 11:03 pm
by Dr3Tri
"--- Build 1463 - Monday, 26 March 2012 13:26:33 UTC
- recent file list fix"

I couldn't see any fix to this problem.

Re: BUZZ ALT underlines at first letters are missing

Posted: Fri Mar 30, 2012 1:49 am
by mute
Dr3Tri wrote:"--- Build 1463 - Monday, 26 March 2012 13:26:33 UTC
- recent file list fix"

I couldn't see any fix to this problem.
It fixed the missing most recent file issue.

As for the underscoring/alt mnemonics: 'Label has intrinsic support for associating a mnemonic with another control via it's Target property. To choose the character that will represent the alt+ you simply prefix it with an _ (underscore) in the Label's Content.'

Re: BUZZ ALT underlines at first letters are missing

Posted: Fri Mar 30, 2012 3:47 am
by Dr3Tri
mnemonic is a real word?

Do you mean that i should learn programming and code my own tracker where i could create keyboad shortcuts as i like..? Or is there some file in BUZZ installation that normal users can edit to achieve this?

Re: BUZZ ALT underlines at first letters are missing

Posted: Fri Mar 30, 2012 2:25 pm
by strobotone
motherfunky XAML.

try the underscore.

"real" keyboard shortcuts have to be done in the the codebehind though.

<MenuItem Header="_Copy Preset (ASCII)" Command="{Binding CopyPresetCommand}" CommandParameter="ASCII"/>
<MenuItem Header="C_opy Preset (XML)" Command="{Binding CopyPresetCommand}" CommandParameter="XML"/>

Re: BUZZ ALT underlines at first letters are missing

Posted: Fri Mar 11, 2016 1:40 pm
by Dr3Tri
strobotone wrote:motherfunky XAML.

try the underscore.

"real" keyboard shortcuts have to be done in the the codebehind though.

<MenuItem Header="_Copy Preset (ASCII)" Command="{Binding CopyPresetCommand}" CommandParameter="ASCII"/>
<MenuItem Header="C_opy Preset (XML)" Command="{Binding CopyPresetCommand}" CommandParameter="XML"/>
I found ParameterWindow.xaml with those lines but where are main windows File, Edit and View located?

Has anyone tried AutoHotkey scripts with BUZZ?

Re: BUZZ ALT underlines at first letters are missing

Posted: Tue Mar 15, 2016 8:18 am
by AndersBrontosaurus
Dr3Tri wrote:
Has anyone tried AutoHotkey scripts with BUZZ?
I have, but only veeery simple scripts like toggling active windows. Would be nice to share ahk-scripts for Buzz.