Fix "New file" proc ctrl+n hotkey
This commit is contained in:
@@ -222,10 +222,10 @@ bind . <F8> {MakeProj compile proj}
|
||||
bind . <Control-F8> {MakeProj compile file}
|
||||
bind . <F9> {MakeProj run proj}
|
||||
bind . <Control-F9> {MakeProj run file}
|
||||
bind . <Control-ograve> AddToProjDialog
|
||||
bind . <Control-n> AddToProjDialog
|
||||
bind . <Control-ocircumflex> AddToProjDialog
|
||||
bind . <Control-a> AddToProjDialog
|
||||
bind . <Control-ograve> {AddToProjDialog file}
|
||||
bind . <Control-n> {AddToProjDialog file}
|
||||
#bind . <Control-ocircumflex> AddToProjDialog
|
||||
#bind . <Control-a> AddToProjDialog
|
||||
bind . <Control-eacute> Quit
|
||||
bind . <Control-q> Quit
|
||||
bind . <Control-ccedilla> PrintDialog
|
||||
@@ -397,3 +397,4 @@ if {[info exists workingProject]} {
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -92,3 +92,4 @@ proc GetMenu {m} {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user