-
Window.c:676:8: error: unknown type name ‘XVisualInfo’
static XVisualInfo win_visual;
^
Window.c: In function ‘Window_MapKey’:
Window.c:695:13: error: ‘XK_0’ undeclared (first use in this…
-
It works if I comment out this line:
https://github.com/legionus/kbd/blob/08dc021d7226ad203f4b63f2c85131b4b4a115f7/src/libkeymap/parser.y#L14
Package versions:
```
[I] sys-devel/bison
Inst…
-
**systemd version the issue has been seen with**
> 243-5
**Used distribution**
> Debian bullseye/sid
**Expected behaviour you didn't see**
> when X comes up, keyboard and mouse respo…
-
Since using pathogen, vim always starts in replace mode (Shift-R from normal mode).
How can I disable that behaviour?
My environment: Windows 7, cygwin, vim 7.3, pathogen 2.2
-
Using the en-us-comp6.ctb table, forward and back-translation is not working as I thought it should be according to the rules of Translation Opcodes. I've created [unit tests][1] for each character un…
-
In vim, I like to escape insert mode with jk.
The escape key is really annoying to tap.
MrJJJ updated
6 years ago
-
I noticed that `ts-loader` runs TypeScript synchronously in the main process what causes blocking webpack's main process and webpack stops doing other stuff with other files until TypeScript finish co…
-
_From @jbqubit on December 4, 2017 21:26_
- [ ] Consider removing power detector from Allaki
Context:
- Usefulness of power detector is unclear:
- It only connects to 24-bit ADC, which is very…
-
-
Hello,
First off thanks for the driver, I got it working fairly quickly (the website is a very nice feature).
One issue I am having is trying to get a two player system working. Is this within t…