mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Add switch branch hotkey
This commit is contained in:
parent
f0415a22fd
commit
d329a2d69f
|
@ -368,6 +368,11 @@ CLASS zcl_abapgit_gui_page_main IMPLEMENTATION.
|
||||||
ls_hotkey_action-default_hotkey = |s|.
|
ls_hotkey_action-default_hotkey = |s|.
|
||||||
INSERT ls_hotkey_action INTO TABLE rt_hotkey_actions.
|
INSERT ls_hotkey_action INTO TABLE rt_hotkey_actions.
|
||||||
|
|
||||||
|
ls_hotkey_action-name = |Main: Switch branch|.
|
||||||
|
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-git_branch_switch.
|
||||||
|
ls_hotkey_action-default_hotkey = |b|.
|
||||||
|
INSERT ls_hotkey_action INTO TABLE rt_hotkey_actions.
|
||||||
|
|
||||||
ls_hotkey_action-name = |Main: Repo overview|.
|
ls_hotkey_action-name = |Main: Repo overview|.
|
||||||
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-go_repo_overview.
|
ls_hotkey_action-action = zif_abapgit_definitions=>c_action-go_repo_overview.
|
||||||
ls_hotkey_action-default_hotkey = |o|.
|
ls_hotkey_action-default_hotkey = |o|.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user