Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to support the [home] [End] [prtsc] key? #48

Open
bdragonh opened this issue Sep 12, 2020 · 3 comments
Open

How to support the [home] [End] [prtsc] key? #48

bdragonh opened this issue Sep 12, 2020 · 3 comments

Comments

@bdragonh
Copy link

How to support the [home] [End] [prtsc] key?

@bdragonh
Copy link
Author

@MSzturc
How to achieve it?
Convert home to Ctrl + A
End to Ctrl + e
Method (?, 0, NotSerialized) // ? = HOME | END = ?
{
Notify (_ SB.PCI0 . LPCB.KBD , ??? ) CTRL + A ???
}

@EETagent
Copy link
Contributor

EETagent commented Sep 14, 2020

Home, End, PrtSc are managed by PS2. Compile debug version of VoodooPS2 and check console log for keycodes of pressed keys. Home and End behaving differently on macOS than on Linux or Windows is not a Thinkpad Assistant issue.

@bdragonh
Copy link
Author

bdragonh commented Sep 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants