Skip to content

Commit 3b4eb48

Browse files
committed
feat: Update ^ in shorcut to "Ctrl+" per windows guidelines
1 parent 69266f2 commit 3b4eb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iris-grid/src/mousehandlers/IrisGridContextMenuHandler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ class IrisGridContextMenuHandler extends GridMouseHandler {
17071707
</span>
17081708
<span className="title">Add Additional Sort</span>
17091709
<span className="shortcut">
1710-
{ContextActionUtils.isMacPlatform() ? '⌘Click' : '^Click'}
1710+
{ContextActionUtils.isMacPlatform() ? '⌘Click' : 'Ctrl+Click'}
17111711
</span>
17121712
</div>
17131713
),

0 commit comments

Comments
 (0)