Skip to content

Commit b6e192d

Browse files
chungapaulusmack
authored andcommitted
gitk: Map KP_Divide to focus the search box
Commit 97bed03 changed the behavior of the '/' key on the keyboard, but the '/' on the keypad was left unused. They now both do the same thing. Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent b56e0a9 commit b6e192d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gitk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,7 @@ proc makewindow {} {
23132313
bindkey d "$ctext yview scroll 18 units"
23142314
bindkey u "$ctext yview scroll -18 units"
23152315
bindkey / {focus $fstring}
2316+
bindkey <Key-KP_Divide> {focus $fstring}
23162317
bindkey <Key-Return> {dofind 1 1}
23172318
bindkey ? {dofind -1 1}
23182319
bindkey f nextfile

0 commit comments

Comments
 (0)