Uses 911K of libraries. Click here for Pure Java version (1949L/11K).
1 | !7 |
2 | |
3 | cmodule ReactToCtrlC > DynPrintLog { |
4 | start { |
5 | dm_onCtrlC(r { |
6 | print("Ctrl+C pressed!"); |
7 | // Maybe you want a small delay here. |
8 | print("Clipboard contents: " + rawClipboardContents()); |
9 | }); |
10 | } |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025857 |
Snippet name: | React to Ctrl+C Spike (OK) |
Eternal ID of this version: | #1025857/3 |
Text MD5: | 97d622c682ce3aabe5872cd37158e609 |
Transpilation MD5: | 32554d072b7e5625972ed6573f26448c |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-27 14:25:49 |
Source code size: | 231 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 196 / 312 |
Version history: | 2 change(s) |
Referenced in: | [show references] |