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

Please add other key functions #3

Open
mohseniri opened this issue Apr 21, 2021 · 10 comments
Open

Please add other key functions #3

mohseniri opened this issue Apr 21, 2021 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@mohseniri
Copy link

First of all, tnx for your great software. please add other functions like increase/decrease of LCD light and also increase/decrease of the keyboard backlight.

@okkosh
Copy link
Owner

okkosh commented Apr 23, 2021

@mohseniri Thanks for commenting!

Yes, I can add the functionality to change the brightness of a screen but, I don't think it is possible to change the Keyboard backlight as it's a hardware dependent functionality.

In any case -- I will look into it :)

@okkosh okkosh self-assigned this Apr 23, 2021
@okkosh okkosh added the enhancement New feature or request label Apr 23, 2021
@mohseniri
Copy link
Author

Tnx a lot. If you add another editbox in front of each fn key that allows user to define hex code manually, then we can extract our predefined code depend on our laptop model. 🙏

@okkosh
Copy link
Owner

okkosh commented Apr 24, 2021

Yeah, I can do that. Thanks!

@okkosh
Copy link
Owner

okkosh commented May 1, 2021

@mohseniri You can define the custom hex inside the provided editbox just start your custom hex with sc (Scan code)
e.g. if you would like to use a custom scan code of 231 -> write it as sc231 in-front of that key and you are good to go.

Let me know if it works. Thanks!

@mohseniri
Copy link
Author

you were right. I try to find hex code produced by these keys. I write a keylogger using c#, but I only capture predefined keys. Unfortunately, these extra function didn't seem to be sent programmatically.

@DonJohrian
Copy link

DonJohrian commented May 7, 2021

Hi... Let me just say this script is amazing so far.
I don't understand though... How to add custom functions?
I'm trying to add the Windows Task View, but I'm failing catastrophically. As I understand it, the key combination should be written as LWinTab or #Tab, although it doesn't seem to work at all. If I just type in LWin or RWin it's no problem, the command is understood and I can successfully remap my F3 key that way. I guess I'm missing something. How to add a custom shortcut?

@Gulduur
Copy link

Gulduur commented Jun 3, 2021

First of all, tnx for your great software. please add other functions like increase/decrease of LCD light and also increase/decrease of the keyboard backlight.

Just wanted to second the interest in controlling the brightness. After so many years looking I finally found something that allows me to lock Fn n my laptop, thanks a lot!

@okkosh
Copy link
Owner

okkosh commented Jun 6, 2021

The feature is implemented in v1.0 beta . Please test and let me know if it works as expected on your machines :)

@Gulduur
Copy link

Gulduur commented Jun 6, 2021

Fantastic, it is working as expected here. Thank you so much!

@Shasoosh
Copy link

Shasoosh commented Jul 2, 2021

@okkosh Did you get a chance to look into backlight brightness? I'm using the Logitech MX keyboard and I'd love to see it added.

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

No branches or pull requests

5 participants