v5.0
Changes the keyboard mapping to the specified one and makes it the new default for the application.
SetDefaultKeyMap( Name ); |
Parameter | Type | Description |
---|---|---|
Name | String | Name of keyboard mapping to use as the default. |
' Switch to SI3D keyboard mapping Application.LogMessage "Old Key Map: " & GetValue( "Preferences.Interaction.defaultkeymap" ) SetDefaultKeyMap "SI|3D Key Map" Application.LogMessage "New Key Map: " & GetValue( "Preferences.Interaction.defaultkeymap" ) |