Default Edit State

Post Reply
MusikMan74
Posts: 34
Joined: 06 Jan 2018 23:03

Default Edit State

Post 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.
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: Default Edit State

Post 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
)
MusikMan74
Posts: 34
Joined: 06 Jan 2018 23:03

Re: Default Edit State

Post 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
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: Default Edit State

Post 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,
MusikMan74
Posts: 34
Joined: 06 Jan 2018 23:03

Re: Default Edit State

Post by MusikMan74 »

Understood - thanks again for your time.
Post Reply