topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 6:05 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: ShiftOff modification  (Read 14834 times)

Knutchen

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 12
    • View Profile
    • Donate to Member
IDEA: ShiftOff modification
« on: June 21, 2008, 03:14 PM »
Skrommel writes about ShiftOff: "Turns off CapsLock when Shift is pressed together with A-Z or other user defined keys." And it really does. I think most times when CapsLock is activated unintentionally it happens by accidently hitting CapsLock instead of Shift.

I therefore ask for a ShiftOff modification. When ShiftOffMod is active, Shift + Key should work as usual, CapsLock should work as usual, but CapsLock + selected Key should be equivalent to Shift + selected Key. In other words, CapsLock behaves like Shift in selected cases.

Knutchen

yotta

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 50
    • View Profile
    • Donate to Member
Re: IDEA: ShiftOff modification
« Reply #1 on: June 21, 2008, 04:17 PM »
yes

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: ShiftOff modification
« Reply #2 on: June 21, 2008, 05:48 PM »
 :) Something like this?

Skrommel


;ShiftCap.ahk
; Make CapsLock work like Shift
;Skrommel @ 2008

capslock::lshift

Knutchen

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 12
    • View Profile
    • Donate to Member
Re: IDEA: ShiftOff modification
« Reply #3 on: June 22, 2008, 12:21 AM »
Yes. The code you sent makes CapsLock work like shift. CapsLock completely does not work when ShiftCap.ahk is runnnig.

I would like to restrict this behaviour to cases when CapsLock + selected Key is pressed. ShiftOff.ahk diables CapsLock when CapsLock + selected Key is pressed, but does otherwise not affect CapsLock's function. I would like ShiftCap.ahk to act in a similar way. I will try to modify ShiftOff.ahk in this way and tell.

Knutchen

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: ShiftOff modification
« Reply #4 on: June 22, 2008, 05:18 AM »
 :) Here's ShiftOff v1.2!

ShiftOff - Turns off CapsLock when Shift is pressed together with A-Z or other user defined keys.

Also makes CapsLock work like Shift when pressed togheter with A-Z or other user defined keys.

Skrommel
« Last Edit: August 02, 2008, 05:05 PM by skrommel »

Knutchen

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 12
    • View Profile
    • Donate to Member
Re: IDEA: ShiftOff modification
« Reply #5 on: June 22, 2008, 05:36 AM »
Thanks a lot, Skrommel!

This is exactly what I wanted!

Best regards

Knutchen