Adventure Game Studio

AGS Development => Editor Development => Topic started by: Dave Gilbert on Wed 05/10/2016 18:30:37

Title: Current list of keyboard shortcuts?
Post by: Dave Gilbert on Wed 05/10/2016 18:30:37
Pardon if this is in the wrong place. I looked in the manual to see what the keyboard shortcuts were (as I vaguely remember there was one to switch between any script and header file) and I saw that the list was really out of date. It still lists control-G as a method for opening the Global Script, for one thing. I searched on the forum for an updated list but there doesn't appear to be one. Does such a thing exist?

Thanks and apologies if this is an obvious question that everyone but me knows the answer to. :-[
Title: Re: Current list of keyboard shortcuts?
Post by: Cassiebsg on Wed 05/10/2016 19:25:22
I didn't even knew there were shortcuts... 8-0
Title: Re: Current list of keyboard shortcuts?
Post by: tzachs on Thu 20/10/2016 18:52:25
My bad, I didn't know there was a wiki for the keyboard shortcuts when I made those changes (4 years ago?):

Ctrl+M: switch between the script and header file.
Ctrl+G: goto line
Ctrl+Shift+G: open global script
Ctrl+Shift+H: open global header
Ctrl+Shift+F: find all
Ctrl+Shift+E: replace all

Also were missing from the wiki were the tool selection shortcuts in the area editor:
Ctrl+N: draw line
Ctrl+D: draw free-hand
Ctrl+F: draw fill
Ctrl+E: draw rectangle
Ctrl+C: select area

I think everything else was correct.
Edited the wiki (http://www.adventuregamestudio.co.uk/wiki/Reference_(manual)#Keyboard_Shortcuts) to reflect the changes.