Zachary Vance
Zachary Vance
Can you edit this feature request to read 'Feature Request: create new markdown file in _existing_ git repository'? I misread the same way.
That's a "move to B" key, which is only one use case. Keep in mind rename is also a mv. I think a typical use case would be prompting the...
Shoot, this is re-clobbering flags now. This project wants tests of some kind IMO
Tracking it down further, the `-u` option is not used except together with `--export-keymap`. The code simply ignores it.
This broke in f7b08468e6c63e3b2db6dd027379d85d1f748790, in 2010.
Partially fixes #162, although there's a separate question of why keymap detection doesn't give the right result either
Digging, it looks like this args.flags is being corrupted. I've offered a PR fix.
Nope, definitely this has some issues. Can you figure out the correct fix? ``` $ sudo logkeys --export-keymap=a.map logkeys: ../../src/keytables.cc:43: bool logkeys::is_char_key(unsigned int): Assertion `code < sizeof(char_or_func)-1' failed. ``` Edit:...
Best guess is that this works now. I think it was only an issue on keyboards with 128+ keys? Certainly I can't reproduce it on all machines.
I have tested logkeys with two computers. On a raspberry pi with an external US keyboard, most keys are off. How many depends on the row. On a Thinkpad T460s...