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.
BUZZ ALT underlines at first letters are missing
Re: BUZZ ALT underlines at first letters are missing
"--- Build 1463 - Monday, 26 March 2012 13:26:33 UTC
- recent file list fix"
I couldn't see any fix to this problem.
- recent file list fix"
I couldn't see any fix to this problem.
Re: BUZZ ALT underlines at first letters are missing
It fixed the missing most recent file issue.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.
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
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?
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?
- strobotone
- Posts: 297
- Joined: Wed Nov 23, 2011 2:59 pm
- Location: berlin
- Contact:
Re: BUZZ ALT underlines at first letters are missing
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"/>
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
I found ParameterWindow.xaml with those lines but where are main windows File, Edit and View located?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"/>
Has anyone tried AutoHotkey scripts with BUZZ?
- AndersBrontosaurus
- Posts: 517
- Joined: Mon Feb 25, 2013 9:31 am
- Location: Fellingsbro
Re: BUZZ ALT underlines at first letters are missing
I have, but only veeery simple scripts like toggling active windows. Would be nice to share ahk-scripts for Buzz.Dr3Tri wrote:
Has anyone tried AutoHotkey scripts with BUZZ?