Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TodePond/ScreenPond
/ registerRightClick
Function
registerRightClick
source/hand.js:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
};
90
91
export
const
registerRightClick = () => {
92
on.contextmenu((e) => e.preventDefault(), { passive: false });
93
};
94
95
export
const
registerDeleteKey = (hand) => {
96
function
deleteSelectedScreen() {
Callers
1
main.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected