Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating your own ALEKS keyboard shortcuts using AutoHotKey
#1
I am using ALEKS on a laptop and got tired of "a-shift-6-2" to say "a squared". My pinky was dying from all the "shift shift shift shift" pressing.

So I downloaded an old faithful, AutoHotKey, and came up with some simple key remappings to speed things up. AutoHotKey lets you (among other things) create macro commands that send keystrokes and mouse clicks automatically. I used it to remap four keys to cut down on the "shift" plague. Downloading it and using it takes about 5 minutes.

If you download it, to do this all you need is the following commands in the script file. To edit the script file, just make sure AutoHotKey is running and right-click on it (in the system tray) and select "Edit This Script". You can leave the example or delete it all and replace it with the below, it's up to you if you want to play with it more than this.

Here's what I used:

Code:
`::^
=::+
[::(
]::)

That's it. What this does is the following:
  • Maps the ` key to ^ (one keypress to make an exponent)
  • Maps the = key to the + key (one keypress for addition)
  • Maps the [ key to ( (one keypress to open parentheses)
  • Maps the ] key to ) (one keypress to close parentheses)

Keep in mind these keys are remapped for everything as long as AutoHotKey is running, so pressing the above keys in an e-mail will still result in the remapped output. You can suspend AHK by right-clicking it's icon and selecting "Suspend" and it will stop doing that until you start it up again. That way you can have it only running when you are using ALEKS.

This is saving my sanity and my fingers. Hope this helps someone else!
Community-Supported Wiki(link approved by forum admin)

Complete: TESU BA Computer Science
2011-2013 completed all BSBA CIS requirements except 4 gen eds.
2013 switched major to CS, then took a couple years off suddenly.
2015-2017 finished the CS.

CCAF: AAS Comp Sci
CLEP (10): A&I Lit, College Composition Modular, College Math, Financial Accounting, Marketing, Management, Microecon, Sociology, Psychology, Info Systems
DSST (4): Public Speaking, Business Ethics, Finance, MIS

ALEKS (3): College Algebra, Trig, Stats
UMUC (3): Comparative programming languages, Signal & Image Processing, Analysis of Algorithms
TESU (11): English Comp, Business Law, Macroecon, Managerial Accounting, Strategic Mgmt (BSBA Capstone), C++, Data Structures, Calc I/II, Discrete Math, BA Capstone

Warning: BA Capstone is a thesis, mine was 72 pages about a cryptography topic

Wife pursuing Public Admin cert via CSU.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Help with creating a resume acethroughcollege 3 446 05-31-2023, 02:55 PM
Last Post: davewill
  5 Questions to Answer When Creating a Positive Online Presence for College Acceptance LevelUP 0 422 03-19-2022, 02:55 PM
Last Post: LevelUP
  Skip the OPM! Colleges are creating their own online portal... bjcheung77 1 684 01-04-2022, 11:55 AM
Last Post: Alpha
  Aleks Math for Liberal Arts Degree ragkrish 5 1,398 02-08-2020, 01:49 AM
Last Post: dfrecore
  ALEKS Course; ACE Knowledge Check Inquiry abs_co 7 2,680 11-27-2019, 11:06 AM
Last Post: dharmastudios
  ALEKS and CSMlearn Kjblue 3 1,392 10-29-2019, 02:58 PM
Last Post: shadowgem
  Anyone frustrated with ALEKS? MeOldChina 8 2,505 05-17-2019, 07:05 PM
Last Post: Merlin
  How to register for ALEKS akr680 2 1,146 04-28-2019, 10:39 AM
Last Post: akr680
  Aleks courses Supermind 14 3,607 04-01-2019, 02:05 AM
Last Post: Supermind
  Is Aleks still ACE accredited as of now? FilMor 28 5,845 12-14-2018, 08:37 PM
Last Post: Merlin

Forum Jump:


Users browsing this thread: 1 Guest(s)