Kamiel de Visser

Results 10 comments of Kamiel de Visser

Thanks for the reply. If anyone knows of a work around (if there's some other way to terminate the task when you shut down the application), then please let me...

I've actually just got into using the dependency injection framework for my hobby project and I absolutely love it so far, to a point where I finally feel like building...

> The "open here" stuff works just by passing `--working-directory` to the CLI. Can you confirm that the behavior is identical when trying to open with the CLI option? As...

> Alternatively, if anyone is particularly passionate about this, I could help point to the right code in `IslandWindow.cpp` to start investigating. Yes please! I have no prior experience in...

@zadjii-msft awesome! that is pretty much exactly what I was looking for. The `toCurrent` strategy behaves a little weird, as when I dismiss the terminal on my right monitor and...

Same issue here. I remapped CTRL to Capslock and Capslock to CTRL with PowerToys Keyboard Manager. When I try to `win+v`, the clipboard history pops up, but when I select...

It seems you're right. I have these keys remapped: ![image](https://github.com/microsoft/PowerToys/assets/8700780/04faed40-c56d-4635-b0e2-8e7d12b4de6f) If unbind the `Ctrl (Left)` mapping then `Win+V` works again. Testing on https://config.qmk.fm/#/test yields: ``` KEY-DOWN - QMK: KC_LGUI Event...

I seem to have run into a similar issue. This sketch seems to run _much_ faster on version `

> Maybe this can help you. > > i have made this function do delete the currently selected item in the harpoon list. > > ![image](https://private-user-images.githubusercontent.com/23345185/316018997-b6e23951-32c6-494d-9525-faef2b1a541b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM4MjY4NjQsIm5iZiI6MTcxMzgyNjU2NCwicGF0aCI6Ii8yMzM0NTE4NS8zMTYwMTg5OTctYjZlMjM5NTEtMzJjNi00OTRkLTk1MjUtZmFlZjJiMWE1NDFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDIyVDIyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRiMDQzMmVlNjM2YTA0OTIxYjU1NDg5OTczNTUzNDM1NWY4ZDFiOTE0OGE4ODllNzFmMTFkOGY5Mjc1MjYxOTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.lpx9CJt2g4EJJZ-9m0tQ-dex0plYP_wtXL05GkkpLQE) Interesting. When I try...

> @CodeVogel Here my complet config file : > > ```lua > return { > { > "ThePrimeagen/harpoon", > branch = "harpoon2", > dependencies = { "nvim-lua/plenary.nvim" }, > config...