mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
make enter halt current py buffer, C-enter halt all
This commit is contained in:
parent
b72ac70e1e
commit
7cb8c25720
@ -584,8 +584,8 @@ support for features needed by `python-mode'.")
|
||||
(define-key py-shell-map "\C-c=" 'py-down-exception)
|
||||
;; VR STUDIO ENHANCEMENTS
|
||||
(define-key py-shell-map "\C-d" 'comint-delchar-or-maybe-python-resume)
|
||||
(define-key py-shell-map [return] 'comint-interrupt-subjob-or-maybe-return)
|
||||
(define-key py-shell-map [C-return] 'comint-interrupt-subjob-or-maybe-return-curbuf)
|
||||
(define-key py-shell-map [return] 'comint-interrupt-subjob-or-maybe-return-curbuf)
|
||||
(define-key py-shell-map [C-return] 'comint-interrupt-subjob-or-maybe-return)
|
||||
(define-key py-shell-map "\C-c\C-r" 'python-resume)
|
||||
(define-key py-shell-map "\C-c\C-s" 'pyd-shell)
|
||||
(define-key py-shell-map "\C-c\C-f" 'py-kill-shells)
|
||||
|
Loading…
x
Reference in New Issue
Block a user