Search found 1108 matches

by tidbit
11 Nov 2020, 17:39
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

┬─┬ ノ( ゜-゜)へ ┬─┬
by tidbit
11 Nov 2020, 15:22
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

getting my post count up
by tidbit
10 Nov 2020, 18:30
Forum: Off-topic Discussion
Topic: IE's dead.
Replies: 37
Views: 11556

Re: IE's dead.

it literally is chrom(ium). uses chromium engine. supports chrome store addons.
by tidbit
29 Sep 2020, 10:36
Forum: Ask for Help (v1)
Topic: Stopping Unintentional Left Clicks
Replies: 12
Views: 549

Re: Stopping Unintentional Left Clicks

I just noticed that with the script on I can no longer highlight text. Weird. this is the "its hard to keep the mouse acting as normal" issue I mentioned. it's hard to override the behavior to do your own things, but if those conditions are not met, pretend like we never did anything. since we repl...
by tidbit
28 Sep 2020, 19:45
Forum: Ask for Help (v1)
Topic: Stopping Unintentional Left Clicks
Replies: 12
Views: 549

Re: Stopping Unintentional Left Clicks

A broken jumping off point for anyone interested: setTitleMatchMode, 2 ; #installKeybdHook threshhold:=1000 isHeld:=0 setKeyDelay, 50, 50 setMouseDelay, 50 $lbutton:: start:=A_TickCount isHeld:=0 while (getKeyState("lbutton", "P")) { mouseClick, left sleep, 50 if (A_TickCount-start>threshhold) isHel...
by tidbit
26 Sep 2020, 10:54
Forum: Off-topic Discussion
Topic: Flat Earth vs. Globe Earth
Replies: 115
Views: 64642

Re: Flat Earth vs. Globe Earth

FE is mostly a religious thing. FEers think 'they' are hiding god. heaven is beyond the dome.
Thats just one theory, but one of the biggest.
by tidbit
07 Sep 2020, 14:29
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

Wow... people still get confused by this all these years later. No I am not. I am tidbit. Not tank, or TLM either (people seem to think I am them too xD. I guess anyone starting with a 't' and is admin = tidbit) Unfortunately I do not have that file either. it /might/ be in here: https://www.autohot...
by tidbit
29 Aug 2020, 10:32
Forum: Ask for Help (v1)
Topic: Can i bind a key to start a AHK script? Topic is solved
Replies: 2
Views: 3929

Re: Can i bind a key to start a AHK script? Topic is solved

Lol.

What you probably want to do is make a shortcut
Image

then rightclick that shortcut, Properties and give it a hotkey:
Image
by tidbit
20 Aug 2020, 12:25
Forum: Scripts and Functions (v1)
Topic: Laminar 1.0 - flow chart creator
Replies: 4
Views: 1111

Re: Laminar 1.0 - flow chart creator

ah, so you did. Sorry. I'll edit your first post so they get embedded.
Also, impressive!

edit, done. Made them linked thumbnails so they don't take as much space. but clicking it goes to the full size.
by tidbit
20 Aug 2020, 11:20
Forum: Scripts and Functions (v1)
Topic: Laminar 1.0 - flow chart creator
Replies: 4
Views: 1111

Re: Laminar 1.0 - flow chart creator

"Laminar" "flow" ... I see what you did there :thumbup:
Spoiler
Mind posting a screenshot? or 3? it's nice to see what you get before downloading/running code.
by tidbit
17 Aug 2020, 14:34
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

IKR. I don't get the hate for Edge. people still hate on it after it switched to chromium. People just bandwagon hate on MS products :/ It's not my main, but it is my backup, and go-to choice for Selenium because it's so fast.
by tidbit
15 Aug 2020, 13:50
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

kinda. with every ne version (v1, v2, ..., v5) they basically completely rewrote it. removing a lot of nice features to maybe later re-add them. 4.8? nice and feature rich. 5.0? bare bones :| but it was a dual-browser, 2 engines in one. 1 was IE, 1 was a not-really-chromium. no official chrome addon...
by tidbit
15 Aug 2020, 11:02
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

the browser wars shows maxthon in the thumbnail (to the right of Opera) but it never makes the chart :( clickbait. I used that for years. it has an hours tracker, think I stopped around 15k
by tidbit
25 Jul 2020, 12:17
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 85556

Re: [Script] Quick Picto Viewer and Fast Slideshow creator

great work! crazy fast, and not just by ahk standards. the recursive thumbnail view is super handy. See all images in all folders, not just the current one. Beautiful first-load screen too.
Playing around, made some mildly weird creations with the Transform & Mask tools :thumbup:
by tidbit
19 Jul 2020, 20:44
Forum: Other Utilities & Resources
Topic: AHK Compiler By DLG
Replies: 72
Views: 27026

Re: AHK Compiler By DLG

win10 64bit with the 'allow drag and drop' option enabled from the installer works for me. On the .ahk file and on the GUI.

But glad you got that for anyone with an issue
by tidbit
19 Jul 2020, 11:19
Forum: Other Utilities & Resources
Topic: AHK Compiler By DLG
Replies: 72
Views: 27026

Re: AHK Compiler By DLG

WHAT
oh, Hello.

I do still have it, I've even made a version for a certain someone to include in one of his large projects, but that has yet to be implemented (I think)
So until then, here she be: https://pastebin.com/raw/Wt80FV5F
by tidbit
13 Jul 2020, 16:31
Forum: General Discussion
Topic: Finding Errors in AHK Code - Bad Line Detection - Any Suggestions?
Replies: 2
Views: 1634

Re: Finding Errors in AHK Code - Bad Line Detection - Any Suggestions?

sometimes it gets tricky. some stuff might be valid but not the way you except. but in the end the error is the same. to catch if/else/code-block/logic errors, best is to use consistent indenting and code formatting (like always use {} 's or always use if (...) and not if ... sometimes) if you inden...
by tidbit
09 Jul 2020, 13:39
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1421084

Re: « What's on your mind? » Topic is solved

I approve this message.
by tidbit
26 Jun 2020, 14:28
Forum: Scripts and Functions (v1)
Topic: YouTube Long URL to Short URL Converter (youtu.be) + DropBox
Replies: 4
Views: 2571

Re: YouTube Long URL to Short URL Converter (youtu.be) + DropBox

nice and simple :) Idea: combine them into one, possibly add other sites too. 1) you can use splitpath and/or instr () to determine what site is in the text/url (google, youtube, dropbox, etc) 2) then a series of if's (the easiest way, shorter ways exist but overkill for now) to determine which set ...

Go to advanced search