BUZZ ALT underlines at first letters are missing

Post Reply
Dr3Tri
Posts: 27
Joined: Sat Dec 17, 2011 9:01 pm
Location: Finland
Contact:

BUZZ ALT underlines at first letters are missing

Post 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.
Dr3Tri
Posts: 27
Joined: Sat Dec 17, 2011 9:01 pm
Location: Finland
Contact:

Re: BUZZ ALT underlines at first letters are missing

Post 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.
mute
Posts: 417
Joined: Mon Nov 21, 2011 8:30 pm

Re: BUZZ ALT underlines at first letters are missing

Post 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.'
Dr3Tri
Posts: 27
Joined: Sat Dec 17, 2011 9:01 pm
Location: Finland
Contact:

Re: BUZZ ALT underlines at first letters are missing

Post 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?
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: BUZZ ALT underlines at first letters are missing

Post 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"/>
Dr3Tri
Posts: 27
Joined: Sat Dec 17, 2011 9:01 pm
Location: Finland
Contact:

Re: BUZZ ALT underlines at first letters are missing

Post 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?
User avatar
AndersBrontosaurus
Posts: 517
Joined: Mon Feb 25, 2013 9:31 am
Location: Fellingsbro

Re: BUZZ ALT underlines at first letters are missing

Post 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.
Post Reply