Code Monkey home page Code Monkey logo

autohotkey-windows-mac-keyboard's People

Contributors

intiocean avatar iuyoy avatar michaelcarroll avatar stroebjo avatar victangg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autohotkey-windows-mac-keyboard's Issues

Error: Invalid hotkey.

Error with UTF-8 encoding:

---------------------------
MacKeyboard.ahk
---------------------------
Error at line 151.

Line Text: #ö::SendInput {[}
Error: Invalid hotkey.

The program will exit.
---------------------------
OK   
---------------------------

Error with ASCI encoding:

---------------------------
MacKeyboard.ahk
---------------------------
Error at line 151.

Line Text: #ö::SendInput {[}
Error: Invalid hotkey.

The program will exit.
---------------------------
OK   
---------------------------

OS: Windows 7 Enterprise SP1 64

handle ShiftAltTab

Hey. Very helpful repo! I see AltTab handler but what about ShiftAltTab?

Collaboration?

Hey, I noticed your project here is pretty similar to my own. Kinto started out only focusing on Linux, but I am dog fooding it on Windows 10 now too and would welcome any contributions - but you also have my permission to pull in any changes I have made to my project as well - regardless of its License, if you would like to do that.

Mine tackles the problem a little differently, in that it is geared towards making system-wide changes as much as possible and only then apply specific keymaps to particular keymaps and system level OS behaviors. I feel like this approach results in the least amount of work overall.

https://github.com/rbreaves/kinto

If you have any questions just let me know!

Remap Windows + Left OR Right to enable back and forward page

Thank you for making the AHK script. It has been really helpful.

I have a suggestion which solves the problem, that 'Alt + Left or Right cannot send web page back or forward after swapping the Lcommand and Loption buttons'.

; Remap Windows + Left OR Right to enable sending web page back and forward
;Lwin & Left:: Send, !{Left}
;Lwin & Right:: Send, !{Right}

AltGR shortcuts dont work

Hi, i have keyboard and layout with AltGR, however none of shortuts with ALTGR work..

Example of not-working mappings:
`
; --------------------------------------------------------------
; OS X keyboard mappings for special chars
; --------------------------------------------------------------

; Map Alt + L to @
!l::SendInput {@}

; Map Alt + N to
+!7::SendInput {}

; Map Alt + N to ©
!g::SendInput {©}

; Map Alt + o to ø
!o::SendInput {ø}

; Map Alt + 5 to [
!5::SendInput {[}

; Map Alt + 6 to ]
!6::SendInput {]}

; Map Alt + E to €
!e::SendInput {€}

; Map Alt + - to –
!-::SendInput {–}

; Map Alt + 8 to {
!8::SendInput {{}

; Map Alt + 9 to }
!9::SendInput {}}

; Map Alt + - to ±
!+::SendInput {±}

; Map Alt + R to ®
!r::SendInput {®}

; Map Alt + N to |
!7::SendInput {|}

; Map Alt + W to ∑
!w::SendInput {∑}

; Map Alt + N to ~
!n::SendInput {~}

; Map Alt + 3 to #
!3::SendInput {#}

`

AltTab cycle backwards?

I just started using AHK since I've got a Mac keyboard (Logitech MX Keys for Mac) that I'm using with a Windows laptop. I'm really glad I found this AHK-script, since it solves most of my issues.

One thing I find myself missing though, is the possibility to cycle backwards through the open windows using Shift + LeftCommand (LeftWin?) + Tab.

It's really useful when you AltTab through your open windows and you go a little bit too far. Instead of cycling through all of them again, you just press Shift in addition (to modify the behavior of AltTab) and back up a few windows.

I've tried to create a mapping for this, but as I'm a total newbie on AHK-scripting, I'm lost...

command and windows start behaviour

How whould you suggest working with releasing a windows button. I use CMD+Q to quit etc, but sometimes I just press windows key without doing anything. Is there a way to block the windows start menu but keep the function of it like CMD+Q etc.

F20 Key (Eject) binding not working

F20 is not recognized by AutoHotKey it seems, at least not on Windows 10. Even the tiny "ScanCode" application I found online which shows every key code doesn't react to the Eject key, meaning its not even recognized by the OS.

Pressing Ctrl/Shift/Alt + any scritped key doesn't work

The way the current script is built up doesn't allow for other buttons being pressed simultaneously, as example the Screenshot program I heavily use at work (FastStone Capture) is triggered with the Print key. Pressing it once makes a full screenshot, holding Shift/Ctrl either a triangular section or a window. However, while holding Ctrl or Shift the Print-Key isn't registered anymore.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.