Can't use the Space bar for Keyboard Shortcuts?
i upgraded animate, , can't seem bind space key in keyboard shortcuts. nothing happens when try pressing space key bind it, , using other combinations such ctrl+space don't work either.
[moved non-technical forum lounge specific program forum... mod]
[here list of adobe forums... https://forums.adobe.com/welcome]
solution. getautohotkey , add code:
; play/pause toggle adobe animate
#ifwinactive, ahk_class adobe animate cc 2017
space::
controlsend, ahk_parent, {enter}
#ifwinactive, ahk_exe animate.exe
send {play}
return
this let use space bar play/pause toggle when window open/active. doesn't affect type tool (can still use spaces when typing).
let me know if works you.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment