c_support #10

Merged
svk merged 74 commits from c_support into master 2026-02-12 12:23:37 +03:00
14 changed files with 574 additions and 58 deletions
Showing only changes of commit c74fa5b113 - Show all commits

View File

@@ -124,6 +124,7 @@ proc Tools::GetMenu {m} {
if {[info exists cmd] == 1 && $cmd ne ""} {
if {[info exists shortCut] == 1 && $shortCut ne ""} {
$m add command -label $toolName -accelerator $shortCut -command [list Tools::Execute "$toolName"]
bind . <$shortCut> [list Tools::Execute "$toolName"]
} else {
$m add command -label $toolName -command [list Tools::Execute "$toolName"]
}