我想在Linux中使用Python中的快捷键。下面是一个简单的代码:
import os
os.system("eclipse &")#launching eclipse
os.system("ctrl+alt+t")#bad code - e.g. run a terminal
第三行代码很糟糕,我想知道在Python中是否有可能使用快捷键。
我正在尝试让退格键在我拥有的python脚本中工作。基本上,脚本中的代码类似于:
print("Please type the character 'h':")
choice = raw_input()
if choice == 'h':
print("Thanks.")
else:
print("You input the wrong character.")
很明显,这只是一个玩具脚本,但是我很难让raw_input()做我想做的事情。例如,如果我运行脚本,输入a,然后意识到我输