Skip to content

Commit

Permalink
Clear up the schema description for experimental.rightClickContextMenu (
Browse files Browse the repository at this point in the history
#18388)

It did not cover all of the right-click behaviors.
  • Loading branch information
Tarang74 authored Jan 28, 2025
1 parent 64d4fba commit 8a806e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cascadia/profiles.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@
},
"experimental.rightClickContextMenu": {
"default": false,
"description": "When set to true, right-clicking on the terminal will show a context menu. When set to false, right-click will copy",
"description": "When true, right-click shows a context menu; otherwise, it pastes from the clipboard or copies selection.",
"type": "boolean"
},
"experimental.repositionCursorWithMouse": {
Expand Down

0 comments on commit 8a806e0

Please sign in to comment.