Control-Alt-Delete from python or command line

后端 未结 6 549
暖寄归人
暖寄归人 2021-01-28 14:13

I\'ve done some research but I would like to be able to call control-alt-delete from python. If that is not possible is it possible to call it from command line because then I c

6条回答
  •  迷失自我
    2021-01-28 15:12

    You can use vncdotool library At:

    lib

    And use vncdotool by:

    os.system("vncdotool key ctrl-alt-del")
    

提交回复
热议问题