We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69266f2 commit 3b4eb48Copy full SHA for 3b4eb48
1 file changed
packages/iris-grid/src/mousehandlers/IrisGridContextMenuHandler.tsx
@@ -1707,7 +1707,7 @@ class IrisGridContextMenuHandler extends GridMouseHandler {
1707
</span>
1708
<span className="title">Add Additional Sort</span>
1709
<span className="shortcut">
1710
- {ContextActionUtils.isMacPlatform() ? '⌘Click' : '^Click'}
+ {ContextActionUtils.isMacPlatform() ? '⌘Click' : 'Ctrl+Click'}
1711
1712
</div>
1713
),
0 commit comments