ThinkpadAssistant icon indicating copy to clipboard operation
ThinkpadAssistant copied to clipboard

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

Open bdragonh opened this issue 4 years ago • 3 comments

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

bdragonh avatar Sep 12 '20 12:09 bdragonh

@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 ??? }

bdragonh avatar Sep 13 '20 15:09 bdragonh

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.

EETagent avatar Sep 14 '20 07:09 EETagent

Thank you very much. It's very helpful

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用

发件人: Vojtěch Jungmannmailto:[email protected] 发送时间: 2020年9月14日 15:36 收件人: MSzturc/ThinkpadAssistantmailto:[email protected] 抄送: bdragonhmailto:[email protected]; Authormailto:[email protected] 主题: Re: [MSzturc/ThinkpadAssistant] How to support the [home] [End] [prtsc] key? (#48)

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.

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/MSzturc/ThinkpadAssistant/issues/48#issuecomment-691877369, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJBELGTE6DXM7GXQRWO4I7LSFXBWNANCNFSM4RJODB2Q.

bdragonh avatar Sep 14 '20 07:09 bdragonh