some keyboard layouts have KP_Separator instead of KP_Decimal
authorBen Loftis <ben@harrisonconsoles.com>
Tue, 21 Oct 2014 21:36:15 +0000 (16:36 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Tue, 21 Oct 2014 21:36:15 +0000 (16:36 -0500)
gtk2_ardour/ardour_ui_ed.cc
gtk2_ardour/mnemonic-us.bindings.in

index a65114da4638161523ffbcf87a14009f56fe8217..275d681603d957cd9c391f7fed8cff49c30517f8 100644 (file)
@@ -316,6 +316,9 @@ ARDOUR_UI::install_actions ()
        act = ActionManager::register_action (transport_actions, X_("numpad-decimal"), _("Numpad Decimal"), mem_fun(*this, &ARDOUR_UI::transport_numpad_decimal));
        ActionManager::session_sensitive_actions.push_back (act);
        ActionManager::transport_sensitive_actions.push_back (act);
+       act = ActionManager::register_action (transport_actions, X_("alternate-numpad-decimal"), _("Numpad Decimal"), mem_fun(*this, &ARDOUR_UI::transport_numpad_decimal));
+       ActionManager::session_sensitive_actions.push_back (act);
+       ActionManager::transport_sensitive_actions.push_back (act);
        act = ActionManager::register_action (transport_actions, X_("numpad-0"), _("Numpad 0"), bind (mem_fun(*this, &ARDOUR_UI::transport_numpad_event), 0));
        ActionManager::session_sensitive_actions.push_back (act);
        ActionManager::transport_sensitive_actions.push_back (act);
index 9fa2b5dfad2dea9eb0945a7541994bcb01edc397..703ff7a5857a93785eb65186c9368f6366c7758b 100644 (file)
@@ -288,6 +288,7 @@ This mode provides many different operations on both regions and control points,
 @wvis|Transport/focus-on-clock|KP_Divide|focus on main clock
 
 @movp|Transport/numpad-decimal|KP_Decimal|numpad decimal should initiate and finalize a locate-to-marker
+@movp|Transport/alternate-numpad-decimal|KP_Separator|(some keybd layouts have separator instead of decimal)
 
 @movp|Transport/numpad-0|KP_0|some text
 @-group|Transport/numpad-1|KP_1|some text