-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Nothing happens after (successful?) installation #110
Comments
@sanjibukai Hello, could you please attach entire log file of installed driver: |
Hello @ldrahnik and thanks.
|
I also ran with the debug mode by doing the following:
And here is the output:
It seems it still running as the command didn't return (I stopped doing |
@sanjibukai Please, run command |
@ldrahnik Hi again..
|
@sanjibukai You have 2 touchpad devices and this driver was trying to connect to the wrong one. |
This comment was marked as resolved.
This comment was marked as resolved.
@ldrahnik Wow! I have two questions though:
Many thanks! |
@sanjibukai Default activation is press calc icon at least for 1s, configurable. Also is possible to activate/disable NumberPad with a slide gesture with one finger from calc icon on top right corner to the center (30% width & height atleast), then is NumberPad activated immediately.
|
@ldrahnik Thank you for these detailed explanations! And, regarding the Calculator, when I do When I tried to see the input using
Using an actual media key displays correctly the following for example:
Regarding the xdotool command I can tell I don't have any shortcut setup.. |
Something interesting.. I was able to see some existing custom shortcuts (I guess generated from your install script)..
Now it makes sebes that this was not working since I don't have that program (even less as a flatpak).. I replaced it with the following:
That script now is working, but the shortcut is still not triggering unfortunately.. |
@ldrahnik Do you know if it's possible to trigger the numpad from the commandline? Edit: Asking because, I just noticed that the keys above my touchpad (in windows they control the fan, move windows from/to the screenpad, disable the screenpad)... |
@sanjibukai From your install script I see following line: |
@ldrahnik Hello and thanks.. Also, do you know if it's possible to trigger programmatically the numpad using CLI? Many thanks! |
About possibility of activating NumberPad using CLI
Tested on latest master. |
Can you confirm me if activating the numpad (swiping from the calculator icon at the right toward the left) SHOULD send a NumLock event or even a XF86Calculator event? |
Slide gestures from top left icon to center is prepared for toggling Calculator, first rows in README, described how can be configurable others key, defaults is key "calc" which Is translated to Clear? |
Thanks (I've missed that in the README.. I'm going to try) |
Just checked and indeed this time, swiping from right is sending a KEY_EVENT (the num_lock key).. But now I tried with the left side, and indeed there is still no KEY_EVENT triggered.
Doing one of the following launch correctly the calculator:
But the left swipe is still doing nothing.. As there is nothing shown in (Again many thanks for the follow up) |
…g dir / filename using the same variables
How do you change the config file? Which value is not changed immediately? How do you change config file? In the driver is implemented
When you install the driver again, is installed correct script for the calculator? I mean for gnome. In case you do not have installed For running the calculator toggle script you should run bash script as non sudo in both cases (installed as root and even as user):
NumLock Key is not send when is system NumLock already enabled before activation. When listening events via
Np. You are pushing the driver forward. Of course, you can buy me coffee or beer. |
…g dir / filename using the same variables + fixed when does not exist SUDO_USER
…g dir / filename using the same variables + fixed when does not exist SUDO_USER
…g dir / filename using the same variables + fixed when does not exist SUDO_USER
…g dir / filename using the same variables + fixed when does not exist SUDO_USER
@sanjibukai More about changing values in config for example when is connected external keyboard, is installed by default udev script which uses |
@sanjibukai ping |
@sanjibukai Can be reopened. |
…g dir / filename using the same variables + fixed when does not exist SUDO_USER
…g dir / filename using the same variables + fixed when does not exist SUDO_USER
Describe the bug
Hello,
I'm running a zenbook UX582 on Fedora 37 and I installed that driver.. After installing all the dependencies it seems I got the driver installed correctly as I don't get any error.
But after installing nothing particular is happening, when I touch on the top of my touchpad (tapping the icons trying to enable the numpad), the cursor is just moving..
Here is what I did:
And here is the output:
I chose
y
on every questions.What I'm supposed to do?
Thank you very much!
Expected behavior
After a successful installation, I was expecting to enable/disable the numpad using the icon.
Relevant log output
No response
Desktop
The text was updated successfully, but these errors were encountered: