在Gnome/metacity,我们能否把钥匙与需要关键板用户投入的指挥联系起来?
原文:in Gnome/metacity can we bind a key to a command that requires user input from the keyboard?
原文:in Gnome/metacity can we bind a key to a command that requires user input from the keyboard?
All, I have a little utility written in C that requires the user to press a key to make a menu selection. The code is predictably simple: system("stty raw"); save_ID = getchar(); system("...