Page 1 of 1
Default Edit State
Posted: 15 Mar 2019 11:10
by MusikMan74
Hello,
Is there currently any way to start Radium with 'Input Edit' OFF?
It always starts up with 'Input Edit' ON and I don't see any place on the Preferences -> Editor tab to change this behavior.
Thanks.
Re: Default Edit State
Posted: 15 Mar 2019 11:15
by kjetil
Hi,
No there isn't. You can add these three lines to your keybindings.conf file though:
*
ra.switchEditOnOff()
*
(See
http://users.notam02.no/~kjetism/radium ... dings.html
The relevant part is:
On Windows, create this file: C\:Users\<Username>\.radium\keybindings.conf
On macOS, create this file: /Users/<Username>/.radium/keybindings.conf
On Linux, create this file: /home/<Username>/.radium/keybindings.conf
)
Re: Default Edit State
Posted: 15 Mar 2019 11:31
by MusikMan74
Thank you.
I got the desired behavior by adding the three lines to the conf file found in the unzipped folder:
radium_64bit_windows-5.9.46-demo\bin\keybindings.conf
What's the advantage of creating:
C:\Users\<Username>\.radium\keybindings.conf
Re: Default Edit State
Posted: 15 Mar 2019 11:36
by kjetil
You don't have to re-add things after installing a new version of the program when using the keybindings.conf file in your home folder,
Re: Default Edit State
Posted: 15 Mar 2019 11:44
by MusikMan74
Understood - thanks again for your time.