Leo L. Schwab
Leo L. Schwab
The venerable Vim plugin [bufexplorer](/jlanzarotta/bufexplorer) offers several sorting options: " s : cycle thru "sort by" fields ['number', 'name', 'fullpath', 'mru', 'extension'] Where: * `number`: Buffer number * `name`: Filename...
#567 is a proposed implementation, which is basically the original code pulled from Git history and updated for SDL, and should be drop-in compatible with old config files that still...
Is output from `LIBUSB_DEBUG=4` sufficient?
Test program. This program attempts to locate a Logitech G13 "Gameboard" and get events from it. Compile with `gcc libusbtest.c $(pkg-config --cflags --libs libusb-1.0)` ```C #include #include #include #include #include...
The HID descriptor reported by the G13 is essentially meaningless, so it has to be parsed "by hand:" ``` 0x06, 0x00, 0xFF, // Usage Page (Vendor Defined 0xFF00) 0x09, 0x00,...
> What is the first line of your `rc.lua`? ``` -- awesome_mode: api-level=4:screen=off ```
Just a quick note to apologize for not responding to your messages earlier. Thank you for accepting the change.
I've been using this (merged) PR in my own copy for a couple weeks now, and I have no complaints. I think it looks great.