mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Initialize keyboard layout based on user preference
Otherwise the Simple QWERTY layout is loaded in the Virtual MIDI Keyboard regardless of what is set in Preferences->MIDI->Virtual Keyboard->Virtual Keyboard Layout
This commit is contained in:
parent
6a930c81eb
commit
4001ed7515
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ VirtualKeyboardWindow::VirtualKeyboardWindow ()
|
|||
|
||||
_piano.set_flags (Gtk::CAN_FOCUS);
|
||||
|
||||
_piano.set_keyboard_layout (APianoKeyboard::S_QWERTY);
|
||||
select_keyboard_layout (UIConfiguration::instance().get_vkeybd_layout ());
|
||||
_piano.set_annotate_octave (true);
|
||||
_piano.set_grand_piano_highlight (false);
|
||||
_piano.set_annotate_layout (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue