cjh9

Results 11 issues of cjh9

Is it possible to remap a key to a mousewheel event? I'm running this config file: ``` devices: - input_name: 'Dell KB216 Wired Keyboard' input_phys: 'usb-0000:00:14.0-4/input0' output_name: remap-kbd remappings: KEY_W:...

Is it possible to remap a command to another commad? For example alt+c sends ctrl+c? I checked this PR, but I don't quite understand how it works. https://github.com/philipl/evdevremapkeys/pull/16 Threre is...

`python evdevremapkeys/evdevremapkeys.py -l` ``` evdevremapkeys/evdevremapkeys.py:44: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead async def handle_events(input, output, remappings, modifier_groups): evdevremapkeys/evdevremapkeys.py:77: DeprecationWarning: "@coroutine" decorator is deprecated since...

Change default easing to ease-in-out

# Feature request I didnt find any possibility to do expand/shrink selection. This is available in both pycharm and VScode, highly useful. https://code.visualstudio.com/docs/editor/codebasics#_shrinkexpand-selection Is there any plans to include it...

type:Enhancement
component:Editor
type:Feature

Hi! I'm trying to find a simple tool to remap a key combination (for example super+c to ctrl+shift+c) N:N mapping. I've found https://github.com/philipl/evdevremapkeys and https://github.com/autokey/autokey. Whats the pros cons compared...

I'm using petit-dom and I just added these events where ondelete optionally returns a promise to animate out the component. https://github.com/picodom/picodom https://github.com/zaceno/hyperapp-transitions @yelouafi Would you like to get pull request...

enhancement

In the current implementation a "files" prop will become an attribute. Line 138 in `vdom.js`. https://www.w3schools.com/jsref/prop_fileupload_files.asp

I would like to calculate the diff between two trees, without patching, because it will be done in a webworker (without access to the DOM). Similarly to what is done...

enhancement

Great plugin! Is it possible to route API-calls to the real backend, for instance localhost:3000 like this https://vuejs-templates.github.io/webpack/proxy.html?