Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
⚡ Fix onup home bump on home
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 9, 2024
1 parent f512349 commit ab2c662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 1080i/Includes_Actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@

<!-- Go to search -->
<onup condition="$PARAM[condition] + ![$PARAM[move]] + ![$PARAM[bump]] + Skin.String(Navigation.OnUp,Search)">ActivateWindow(1105)</onup>
<onup condition="$PARAM[condition] + ![$PARAM[move]] + ![$PARAM[bump]] + Skin.String(Navigation.OnUp,Home)">ActivateWindow(Home)</onup>
<onup condition="$PARAM[condition] + ![$PARAM[move]] + ![$PARAM[bump]] + Skin.String(Navigation.OnUp,Home) + !Window.IsVisible(Home)">ActivateWindow(Home)</onup>
<onup condition="$PARAM[condition] + ![$PARAM[move]] + ![$PARAM[bump]] + Skin.String(Navigation.OnUp,Home) + Window.IsVisible(Home)">SetProperty(List.ViewContainer,$NUMBER[$PARAM[id]])</onup>
<onup condition="$PARAM[condition] + ![$PARAM[move]] + ![$PARAM[bump]] + Skin.String(Navigation.OnUp,Home) + Window.IsVisible(Home)">333</onup>

<!-- Bump -->
<onup condition="$PARAM[condition] + ![$PARAM[move]] + $PARAM[bump]">SetProperty(List.ViewContainer,$NUMBER[$PARAM[id]])</onup>
Expand Down

0 comments on commit ab2c662

Please sign in to comment.