]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Editeur/Interp.py
Salome HOME
PN
[tools/eficas.git] / Editeur / Interp.py
index 00cf5d8c7cfde8b89da96f0c5f3c6a3572dddceb..8fb95820ff68ca5b1d3468f0c17b959724fb4ad0 100644 (file)
@@ -58,6 +58,7 @@ class InterpWindow(Tkinter.Toplevel):
         self.text.pack( fill='both', expand = 1)
         self.text.bind( '<KeyPress>', self.clearMsg)
         self.text.bind( '<Return>', self.inputhandler)
+        self.text.bind( '<KP_Enter>', self.inputhandler)
         self.text.bind( '<Up>', self.uphistory)
         self.text.bind( '<Down>', self.downhistory)
         self.text.bind( '<Control-a>', self.goto_sol)