Skip to content

Commit 41634eb

Browse files
committed
Azahar post-update setting changes
1 parent c563462 commit 41634eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azahar/component_update.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.2b") == "true
3434
log i "0.10.2b Upgrade - Reset: Azahar"
3535
prepare_component "reset" "azahar"
3636
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

Comments
 (0)