How can i make the F11 act as ctrl+double click with autohotkey? The Next CEO of Stack OverflowHow can I mimic Visual Studio's “Ctrl-K, C” two-step macro behaviour using Autoit / Autohotkey?How can I simulate the Windows Key in AutohotkeyAutoHotkey Remapping Korean Keys to CtrlHow can I remap CTRL-x CTRL-c in Autohotkey?Binding to Ctrl-Shift in AutoHotKeyMake AutoHotKey ignore Alt as menu keyHow do you send an alt0189 to autohotkeyPrevent double click of keyboard key with AutoHotkeyHow to remap a double click button in autohotkeyHow to delete an assigned hotkey in autohotkey?
How to show a landlord what we have in savings?
How exploitable/balanced is this homebrew spell: Spell Permanency?
How does a dynamic QR code work?
What difference does it make matching a word with/without a trailing whitespace?
Raspberry pi 3 B with Ubuntu 18.04 server arm64: what pi version
What does this strange code stamp on my passport mean?
Which acid/base does a strong base/acid react when added to a buffer solution?
Mathematica command that allows it to read my intentions
pgfplots: How to draw a tangent graph below two others?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Incomplete cube
The sum of any ten consecutive numbers from a fibonacci sequence is divisible by 11
Compensation for working overtime on Saturdays
Man transported from Alternate World into ours by a Neutrino Detector
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
Is it reasonable to ask other researchers to send me their previous grant applications?
How should I connect my cat5 cable to connectors having an orange-green line?
Is a distribution that is normal, but highly skewed, considered Gaussian?
What day is it again?
Find the majority element, which appears more than half the time
Is there a rule of thumb for determining the amount one should accept for of a settlement offer?
Planeswalker Ability and Death Timing
Ising model simulation
Is it OK to decorate a log book cover?
How can i make the F11 act as ctrl+double click with autohotkey?
The Next CEO of Stack OverflowHow can I mimic Visual Studio's “Ctrl-K, C” two-step macro behaviour using Autoit / Autohotkey?How can I simulate the Windows Key in AutohotkeyAutoHotkey Remapping Korean Keys to CtrlHow can I remap CTRL-x CTRL-c in Autohotkey?Binding to Ctrl-Shift in AutoHotKeyMake AutoHotKey ignore Alt as menu keyHow do you send an alt0189 to autohotkeyPrevent double click of keyboard key with AutoHotkeyHow to remap a double click button in autohotkeyHow to delete an assigned hotkey in autohotkey?
i want the F11 key in my keyboard to act as ctrl+double click in windows in any program,i've installed AutoHotKey but i've zero knowledge on it,thanks in advance !
keyboard autohotkey
add a comment |
i want the F11 key in my keyboard to act as ctrl+double click in windows in any program,i've installed AutoHotKey but i've zero knowledge on it,thanks in advance !
keyboard autohotkey
add a comment |
i want the F11 key in my keyboard to act as ctrl+double click in windows in any program,i've installed AutoHotKey but i've zero knowledge on it,thanks in advance !
keyboard autohotkey
i want the F11 key in my keyboard to act as ctrl+double click in windows in any program,i've installed AutoHotKey but i've zero knowledge on it,thanks in advance !
keyboard autohotkey
keyboard autohotkey
asked Mar 21 at 19:17
Yahya SefYahya Sef
36
36
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try
F11::
Send, ^Click 2
return
add a comment |
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55287804%2fhow-can-i-make-the-f11-act-as-ctrldouble-click-with-autohotkey%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try
F11::
Send, ^Click 2
return
add a comment |
Try
F11::
Send, ^Click 2
return
add a comment |
Try
F11::
Send, ^Click 2
return
Try
F11::
Send, ^Click 2
return
answered Mar 22 at 8:48
JackStoneSJackStoneS
36315
36315
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55287804%2fhow-can-i-make-the-f11-act-as-ctrldouble-click-with-autohotkey%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown