Skip to content

Commit 621e600

Browse files
authored
Merge pull request #40 from AmazonAppDev/fix/39
Fix/39
2 parents d94036d + 3342b1d commit 621e600

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/remote-control/RemoteControlManager.ios.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ const KEY_MAPPING: Record<string, SupportedKeys> = {
99
up: SupportedKeys.Up,
1010
down: SupportedKeys.Down,
1111
select: SupportedKeys.Enter,
12+
swipeLeft: SupportedKeys.Left,
13+
swipeRight: SupportedKeys.Right,
14+
swipeUp: SupportedKeys.Up,
15+
swipeDown: SupportedKeys.Down
1216
};
1317

1418
class RemoteControlManager implements RemoteControlManagerInterface {

0 commit comments

Comments
 (0)