We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c563462 commit 41634ebCopy full SHA for 41634eb
1 file changed
azahar/component_update.sh
@@ -34,3 +34,9 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.2b") == "true
34
log i "0.10.2b Upgrade - Reset: Azahar"
35
prepare_component "reset" "azahar"
36
fi
37
+
38
+if [[ $(check_version_is_older_than "$version_being_updated" "0.10.3b") == "true" ]]; then
39
+ log i "0.10.3b Upgrade - Reset: Azahar"
40
+ set_setting_value "$azahar_qtconfig" "Shortcuts\Main%20Window\Rotate%20Screens%20Upright\KeySeq" "Alt+Y" "azahar" "UI"
41
+ set_setting_value "$azahar_qtconfig" "hortcuts\Main%20Window\Toggle%20Screen%20Layout\KeySeq" "Ctrl+L" "azahar" "UI"
42
+fi
0 commit comments