Hello,
I wanted to customize shortcuts of the editor and other items in the enviroment (for example I wish to add a key to recall "Application Browser" instead using the mouse and menu everytime). Is it possible? How
Thank you for your help!
How to customize keyboard shortcuts in RunRev?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to customize keyboard shortcuts in RunRev?
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki
Re: How to customize keyboard shortcuts in RunRev?
You can assign keyboard shortcuts. For example, to get the application browser that you asked for, you might assign a functionkey:
The handler can be placed in a library, or in a backscript, or just in use somewhere.
Craig Newman
Code: Select all
on functionkey var
if var = 12 then
go stack "revApplicationOverview" --this is the actual name of the app browser stack
end if
end functionkey
Craig Newman
Re: How to customize keyboard shortcuts in RunRev?
Great! Everyday this community teach me something new!
Thank you!
Thank you!
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki