torvalds

Results 5 comments of torvalds

> Seems I have the same issue. it's installed correctly but not working. I knew the reason since it is not compatible with the M1 and HOMEBREW contributors are not...

[Materialize souce code](https://github.com/mkhairi/materialize-sass/blob/8ed72b3c8f46e3bb10f4fa8518e620efa06f1b0f/assets/javascripts/materialize.js#L6475) ```js _this37.$inputField = _this37.$el.closest('.input-field'); ``` so you have have the class `input-field`, follow the [official document](https://materializecss.com/autocomplete.html) ```html textsms Autocomplete ``` ![image](https://user-images.githubusercontent.com/12232166/80677046-b57bef00-8aea-11ea-9648-0c3fe5cdf058.png) However, in the prior version `0.1.0.0.2`...

it works when I delete the hotkey cmd+k working in the terminal ![image](https://github.com/user-attachments/assets/adf054c7-c187-46d0-9d92-c942f27f50c3) ```json { "key": "cmd+k", "command": "-cursorai.action.generateInTerminal", "when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported" } ``` ![image](https://github.com/user-attachments/assets/c436c90e-309f-4db9-a9dc-2363413eaf74)

by the way, the hotkey to access the key mapping ~~`cmd+k, cmd+s`~~ has been changed by the cursor. it is now `cmd+r cmd+s`