Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1025857 // React to Ctrl+C Spike (OK)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (1949L/11K).

!7

cmodule ReactToCtrlC > DynPrintLog {
  start {
    dm_onCtrlC(r {
      print("Ctrl+C pressed!");
      // Maybe you want a small delay here.
      print("Clipboard contents: " + rawClipboardContents());
    });
  }
}

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: 144 / 239
Version history: 2 change(s)
Referenced in: [show references]