mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Fix hotkeys repo list (#6062)
This commit is contained in:
parent
13876551d8
commit
049c045d95
|
@ -910,6 +910,21 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
|
|||
|
||||
ls_hotkey_action-ui_component = 'Repo overview'.
|
||||
|
||||
ls_hotkey_action-description = |New Online Repository|.
|
||||
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-repo_newonline.
|
||||
ls_hotkey_action-hotkey = |n|.
|
||||
INSERT ls_hotkey_action INTO TABLE rt_hotkey_actions.
|
||||
|
||||
ls_hotkey_action-description = |New Offline Repository|.
|
||||
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-repo_newoffline.
|
||||
ls_hotkey_action-hotkey = |o|.
|
||||
INSERT ls_hotkey_action INTO TABLE rt_hotkey_actions.
|
||||
|
||||
ls_hotkey_action-description = |abapGit Settings|.
|
||||
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-go_settings.
|
||||
ls_hotkey_action-hotkey = |x|.
|
||||
INSERT ls_hotkey_action INTO TABLE rt_hotkey_actions.
|
||||
|
||||
ls_hotkey_action-description = |Stage|.
|
||||
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-go_stage.
|
||||
ls_hotkey_action-hotkey = |s|.
|
||||
|
|
Loading…
Reference in New Issue
Block a user