Laravel

Productivity - Blog Posts

4 years ago
[Juho's Random AutoHotkey Stuff #3] Make Any Windows Sit Always On Top
#SingleInstance, Force;~ If !A_IsAdmin ;~ Run *RunAs "%A_ScriptFullPath%"^!SPACE:: Gosub, AlwaysontopAlwaysonTop:WinGet, ExStyle, ExStyle, Aif (ExStyle & 0x8...

Use this script to make any window sit always on top.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #6] Record Mouse Clicks Into An Array And Play It Back
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

This is a simple example of how you can record your mouse clicks and play it back using an array.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #8 Click And Controlclick] Part 3 - Controlclick
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you want send mouse events like clicks directly to elements (controls) within a window, you can use the controlclick command.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #5] Loop Through Controls (Control List) Within Window
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you want talk directly to elements (controls) within a window, you can use this script to help finding out what elements exist within your window


Tags
4 years ago
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...
juholee - Watch Juho's Tech Tips on YouTube

Tags
4 years ago
[Juho's AutoHotkey Tutorial #8 Click And Controlclick] Part 1 - Mouse Control Basics
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

This video will teach you how to control your mouse to send clicks or move the cursor to a specific point using AutoHotkey.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #7 Send And Controlsend] Part 2 - Controlsend Key Strokes
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

Sending keystrokes directly to a program or window is very simply done with the Controlsend command. In this way, you don't even have to activate the window to send the keys.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #7 Send And Controlsend] Part 1 - Send Key Strokes
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

Sending keystrokes with AutoHotkey is no doubt the easiest among all the programming languages. Here's how you do it and how you can benefit from using it.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #6 Msgbox And Inputbox] Part 2 - Input Box
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you need user input while your AutoHotkey script is running, then use the inputbox command as shown in this video.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #6 Msgbox And Inputbox] Part 1 - Message Box
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

In any programming language you can't avoid the infamous message boxes. AutoHotkey is no different and so... here it is!


Tags
4 years ago
[Juho's AutoHotkey Tutorial #5 Assignment Types] Part 1 - Legacy & Expression Assignments
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

In AutoHotkey, it's important that you understand the difference between the types of assignments. Watch this video to learn more.


Tags
4 years ago
[Juho's Autohotkey Tutorial #4 Script Setup] Part 5 - #Include To Call Other Scripts Or Libraries
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

If you want to use functions from another AutoHotkey script or Library, you can use the #Include command.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #4 Script Setup] Part 4 - Run Script At Specific Time Or Every Interval
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

In this video, you'll learn how to schedule in advance a script to run at a specific time.


Tags
4 years ago
[Juho's Autohotkey Script Demo #4] Kill Specific AutoHotkey Script
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

Wish to Speed Up your AutoHotkey scripts? Watch this Video!


Tags
4 years ago

Hi there, this is how to auto-convert any text into other text or special symbols. Click the video link to check it out!

Hi There, This Is How To Auto-convert Any Text Into Other Text Or Special Symbols. Click The Video Link

➡️ https://youtu.be/Kq3xNyby-Hs


Tags
4 years ago

Hi there, in this tutorial you’ll learn how to create a custom menu of your own.

➡️ https://youtu.be/FdqQvbi4kL0

Hi There, In This Tutorial You’ll Learn How To Create A Custom Menu Of Your Own.

Tags
4 years ago

In this AutoHotkey script demo, I'll be showing you how you can create a hotkey that saves a folder path of any folder, to open it when you want.

➡️ https://youtu.be/sMZ000bK3Q8

In This AutoHotkey Script Demo, I'll Be Showing You How You Can Create A Hotkey That Saves A Folder Path

Tags
4 years ago

In this AutoHotkey script demo, I'll be showing you how you can group windows together and switch between them upon pressing the hotkeys!

➡️ https://youtu.be/2LSnS3egZzI

image

Tags
4 years ago

Hi there, this tutorial will show you how to use the same key to perform different functions in different contexts

➡️ https://youtu.be/DxAiTB2RSvg

Hi There, This Tutorial Will Show You How To Use The Same Key To Perform Different Functions In Different

Tags
4 years ago

Hi there, in this tutorial you’ll learn how to press the same key different times to perform different commands

➡️ https://youtu.be/5-wp9crAnNM

Hi There, In This Tutorial You’ll Learn How To Press The Same Key Different Times To Perform Different

➡️ https://youtu.be/5-wp9crAnNM


Tags
4 years ago

Hi there, in this tutorial, you’ll learn to create hotkeys using letters, mouse clicks or the combinations with the 2!

https://youtu.be/ZUzx0saj8fk

image

Tags
4 years ago

Hi there, this is my first AutoHotkey tutorial. Visit my Youtube channel to learn how to code.

https://youtu.be/lB70na2F1iA

image

Tags
1 year ago
Daily Blog #9
Daily Blog #9

Daily blog #9

[Monday, 19 June 2023]

Literally the most productive day I have had in a while. I spent the whole day at my institute after class, and it was def so productive. After I came back at around 6 PM, I lazed around for a while and then completed some of my chem notes. It felt so good to be productive. Hoping to spend more days like this.

Signing off

User_liztical


Tags
6 years ago

things to do when you’re bored:

filling a notebook with random conversation phrases overheard from strangers

writing 100 poems in one week (inspired by @alwaysbringabookwithyou)

creating moodboards for your friends

learning lyrics in a foreign language

reading challenges of any kind

creating playlists for different moods, seasons, times of the day

turning an unused notebook into an art journal

writing short stories on words from a random dictionary page

learning everything about a certain year or historical period

listing 100 places you want to visit

imagining the best version of yourself and jot down first steps to become them

trying and rating new skincare/beauty products


Tags
4 years ago
If you want to get your dream job, stop wasting time and get your hands on deck. Maximum productivity is what counts to achieve your goal.

If you want to get your dream job, stop wasting time and get your hands on deck. Maximum productivity is what counts to achieve your goal.


Tags
7 years ago
We Are An Internationally Recognized Private Investigation Firm With Agents In Every Corner Of A Country,

We are an internationally recognized private investigation firm with agents in every corner of a country, a city, a village, a town. Our Corporate Head Office is located in Niagara Falls, Ontario, Canada. #privateinvestigationfirm


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags