Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind ctrl-alt-backspace to launch alpaca #1958

Open
castrojo opened this issue Nov 22, 2024 · 2 comments
Open

Bind ctrl-alt-backspace to launch alpaca #1958

castrojo opened this issue Nov 22, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Keep Bluefin alive, dive in!

Comments

@castrojo
Copy link
Member

The alpaca dev was kind enough to add a --new-chat flag to the latest release: https://github.com/Jeffser/Alpaca/releases/tag/2.8.0

Let's bind that to ctrl-alt-backspace, the idea being if you're using your PC and you need to chat you can just fire up a new chat with one command. I don't know the keyboard code to the new AI key on new PCs, but if we could figure that out we should bind that too.

This should be set here along with the others:

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3]

Also note, we don't ship Alpaca by default, we don't want to touch the ISOs right now, but if the user follows our docs they'll just install it and then the keyboard shortcut will work.

@castrojo castrojo added enhancement New feature or request help wanted Keep Bluefin alive, dive in! labels Nov 22, 2024
@m2Giles
Copy link
Member

m2Giles commented Nov 22, 2024

Didn't we just remove all of the AI just stuff?

@hanthor
Copy link

hanthor commented Nov 23, 2024

Copilot key:

[14:     wl_keyboard] key: serial: 28957; time: 23588769; key: 50; state: 1 (pressed)
                      sym: Shift_L      (65505), utf8: ''
[14:     wl_keyboard] modifiers: serial: 0; group: 16
                      depressed: 00002041: Shift Mod4 Super 
                      latched: 00000000
                      locked: 00000010: Mod2 
[14:     wl_keyboard] key: serial: 28959; time: 23589750; key: 50; state: 0 (released)
                      sym: Shift_L      (65505), utf8: ''
[14:     wl_keyboard] modifiers: serial: 0; group: 16
                      depressed: 00002040: Mod4 Super 
                      latched: 00000000
                      locked: 00000010: Mod2 
[14:     wl_keyboard] key: serial: 28961; time: 23589757; key: 133; state: 0 (released)
                      sym: Super_L      (65515), utf8: ''
[14:     wl_keyboard] modifiers: serial: 0; group: 16
                      depressed: 00000000
                      latched: 00000000
                      locked: 00000010: Mod2 

Looks like it's Shift Mod4 Super when it's held down and just Mod4 Super when release, for dication ability?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Keep Bluefin alive, dive in!
Projects
None yet
Development

No branches or pull requests

3 participants