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.
Default Edit State
Re: Default Edit State
Hi,
No there isn't. You can add these three lines to your keybindings.conf file though:
The relevant part is:
No there isn't. You can add these three lines to your keybindings.conf file though:
(See http://users.notam02.no/~kjetism/radium ... dings.html*
ra.switchEditOnOff()
*
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
-
- Posts: 34
- Joined: 06 Jan 2018 23:03
Re: Default Edit State
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
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
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,
-
- Posts: 34
- Joined: 06 Jan 2018 23:03
Re: Default Edit State
Understood - thanks again for your time.