From: Florent R. <f.r...@fr...> - 2015-01-18 12:19:24
|
Hello, Fons van der Beek - 84-IT BV <fon...@84...> wrote: > I want to add Function key support to an application and want to use > pythondialog. > Can someone point me to the source code of pythondialog where the > keyboardcode is trapped? I'm afraid this can't be implemented in pythondialog itself. This kind of thing needs to be implemented in dialog before pythondialog can use it. Depending on what you want to achieve precisely, that could require a new dialog exit status with special output when it is used. I suggest you to discuss this with Thomas Dickey, the dialog maintainer. cf. the dialog home page: http://invisible-island.net/dialog/dialog.html Regards -- Florent |