Skip to content

Commit 37e2379

Browse files
authored
Merge pull request #401 from igniterealtime/gjaekel-change-mousepointer-hotkey
Change shortcut used for Shared Mouse Pointer
2 parents 3b1ad90 + 1e78496 commit 37e2379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webapp/custom_ofmeet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ var ofmeet = (function (ofm) {
10741074
id: 'ofmeet-cursor',
10751075
icon: IMAGES.cursor,
10761076
label: i18n('toolbar.shareCursorMousePointer'),
1077-
shortcut: 'P',
1077+
shortcut: '!',
10781078
callback: (evt) => {
10791079
if (evt) evt.stopPropagation();
10801080

0 commit comments

Comments
 (0)