Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ button_up
Function
button_up
pdflinux.js:189–192 ·
view source on GitHub ↗
(key_str)
Source
from the content-addressed store, hash-verified
187
}
188
189
function
button_up(key_str) {
190
print_msg(
"up: "
+ key_str);
191
key_up(key_to_input_map[key_str]);
192
}
193
194
var
pressed_list = [];
195
function
button_toggle(key_str) {
Callers
1
button_toggle
Function · 0.85
Calls
2
print_msg
Function · 0.85
key_up
Function · 0.85
Tested by
no test coverage detected