lorddrachenblut / linux-g13-driver

Automatically exported from code.google.com/p/linux-g13-driver
0 stars 0 forks source link

Macro 'Ctrl+-' (control and minus key) fails #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Assign this macro to any key: CTRLdown - MINUSdown - MINUSup - CTRLup
2. Hit the key in e.g. Firefox

What is the expected output? What do you see instead?
Firefox should react by resizing the text, but it doesn't.

Please provide any additional information below.
It seems the problem has to do with the minus-key, as Ctrl+PLUS does work.

Original issue reported on code.google.com by madc...@gmail.com on 25 Sep 2011 at 2:32

GoogleCodeExporter commented 8 years ago
This is working for me.  Are you sure you reloaded the bindings after adding 
the macro?  Reloading bindings is done by pushing 1 of the 4 binding keys right 
below the LCD.

Please re-open a new bug if it isn't working.  I can not reproduce.

Original comment by jim.gu...@gmail.com on 25 Sep 2011 at 7:41

GoogleCodeExporter commented 8 years ago
Closing the issues so quickly without considering the reporter kind of causes 
the impression of a low interest in the issue in the first place. Please let me 
know if that's the case and I'll stop reporting. Otherwise please consider that 
it's also taking time to analyze and report issues.

Apparently the issue is related to localization. Today I found out that a 
normal text dash ('-') causes the German 'ß' to be typed.

Unsuccessfully tried the num-pad dash too; BTW: I'm restarting the whole 
program for every test.

Original comment by madc...@gmail.com on 26 Sep 2011 at 2:55

GoogleCodeExporter commented 8 years ago
Unfortunately, this bug reporting system doesn't have a "need more info" 
status.  I haven't figured out how the states of bugs should work yet.  I'll 
put this back into an open state.

This is not of low interest.  I just couldn't find a good state for it. 

Original comment by jim.gu...@gmail.com on 26 Sep 2011 at 3:30

GoogleCodeExporter commented 8 years ago
Good to know - thanks for the info. I appreciate your work on the driver!

Original comment by madc...@gmail.com on 26 Sep 2011 at 3:49

GoogleCodeExporter commented 8 years ago
PS: You might want to consider hosting on GitHub as a platform, as it allows 
for great ways of collaboration.

Original comment by madc...@gmail.com on 26 Sep 2011 at 3:54

GoogleCodeExporter commented 8 years ago
What does GitHub have that google doesn't?  You can download the source and (if 
I give permission) update code.  I don't have a message board set up yet (will 
do that soon or set up group on facebook).

Original comment by jim.gu...@gmail.com on 26 Sep 2011 at 7:13

GoogleCodeExporter commented 8 years ago
In GitHub that workflow would be more convenient:

Anybody is able to copy the source of your project (called 'fork' in 
GitHub-term), then they can modify to their liking and send you just those 
modifications as a so-called 'Pull-request'.

You browse through it and with one click you merge those changes into your 
project - or discuss that pull request directly in order to suggest changes the 
other user should implement in order to make you accept.

I found the term 'fork' kind of strange in the beginning, as the meaning is 
different from what one accustomed to OSS is used to.

There's also Gitorious (https://gitorious.org/) - said to be the open source 
variant of GitHub - but I have yet to test it myself.

Original comment by madc...@gmail.com on 27 Sep 2011 at 6:31