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
You can use vncdotool library At:
lib
And use vncdotool by:
os.system("vncdotool key ctrl-alt-del")