removed bogus c:shift:tab keybinding and duplicate c:s:tab keybinding

svn: r5061
This commit is contained in:
Robby Findler 2006-12-08 03:02:22 +00:00
parent aa26769184
commit cc6f7c0518

View File

@ -373,8 +373,6 @@ TODO
(λ (frame) (send frame prev-tab))))))
(send drs-bindings-keymap map-function "c:x;o" "toggle-focus-between-definitions-and-interactions")
(send drs-bindings-keymap map-function "c:tab" "toggle-focus-between-definitions-and-interactions")
(send drs-bindings-keymap map-function "c:shift:tab" "toggle-focus-between-definitions-and-interactions")
(send drs-bindings-keymap map-function "f5" "execute")
(send drs-bindings-keymap map-function "f1" "search-help-desk")
(send drs-bindings-keymap map-function "c:tab" "next-tab")