diff --git a/tests/test-urgent.lua b/tests/test-urgent.lua index c33f01c0..47c3497c 100644 --- a/tests/test-urgent.lua +++ b/tests/test-urgent.lua @@ -46,7 +46,10 @@ local steps = { function(count) if count == 1 then -- Setup: switch to tag. - os.execute('xdotool key super+2') + root.fake_input("key_press", "Super_L") + root.fake_input("key_press", "2") + root.fake_input("key_release", "2") + root.fake_input("key_release", "Super_L") elseif awful.tag.selectedlist()[1] == tags[1][2] then assert(#client.get() == 1)