sachinmanawadi271 7 лет назад
Родитель
Сommit
0daccc9efd
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      AutoHotKeyScripts/powerpoint.ahk
  2. BIN
      AutoHotKeyScripts/screenshot.exe

+ 1 - 1
AutoHotKeyScripts/powerpoint.ahk

@@ -88,7 +88,7 @@ global
 	Gui, %MonitorNumber%:destroy
 	Gui, %MonitorNumber%:+AlwaysOnTop +LastFound +Owner -Caption
 	Gui, %MonitorNumber%:Color, Black
-	Gui, %MonitorNumber%:Add, Picture, w1024 h-1, %file%	
+	Gui, %MonitorNumber%:Add, Picture, w%A_ScreenWidth% h-1, %file%	
 	Gui, %MonitorNumber%:Show, x%coord% y0 maximize
 }
 

BIN
AutoHotKeyScripts/screenshot.exe