ThioJoe / ThioJoe/D-Opus-Scripts

paste in "quotes"

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
46
Forks
8
PR merge metrics
No merged PRs in 30d

Description

hello!

1st off there is no issue, i haven't yet loaded any of these script into dopus to play yet...

rather i wanted a to share a bit of AHK code that i LOVE it comes in very handy in multiple programs from dopus, a web browser, to everything, etc etc

it pastes what in your clipboard in "quotes"

put this in your .ahk script!

^+':: ;ctrl+shift+" to paste clipboard text in "Quotes"
	saved := clipboardall ; save clipboard contents
	Send, "%clipboard%" ; send clipboard content with your characters around it
	clipboard := saved ; restore clipboard
	saved := () ; clear saved
Return

cheers
x

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue shares an AutoHotkey snippet but does not identify a requested repository change, target file, or test. Start by reviewing the repository contents and contribution conventions to determine whether this belongs in the project. Completion criteria are not defined by the issue.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
10/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.