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

Lock key doesn't do anything on Jinlon #27

Open
CactuFlower8642 opened this issue Aug 1, 2024 · 9 comments
Open

Lock key doesn't do anything on Jinlon #27

CactuFlower8642 opened this issue Aug 1, 2024 · 9 comments

Comments

@CactuFlower8642
Copy link

this is the file that was generated:

[ids]
k:0001:0001
k:18d1:5044
k:18d1:5057
k:18d1:5052
k:18d1:505b
k:18d1:504c
k:18d1:503d
k:18d1:5061
k:0000:0000
k:18d1:5030
k:18d1:5050
k:18d1:503c
k:18d1:502b

[main]
f1 = back
f2 = refresh
f3 = f11
f4 = scale
f5 = print
f6 = brightnessdown
f7 = brightnessup
f8 = kbdillumdown
f9 = kbdillumup
f10 = playpause
f11 = mute
f12 = volumedown
f13 = volumeup

back = back
refresh = refresh
zoom = f11
scale = scale
print = print
brightnessdown = brightnessdown
brightnessup = brightnessup
kbdillumdown = kbdillumdown
kbdillumup = kbdillumup
playpause = playpause
mute = mute
volumedown = volumedown
volumeup = volumeup

f13=coffee
sleep=coffee

[meta]
f1 = f1
f2 = f2
f3 = f3
f4 = f4
f5 = f5
f6 = f6
f7 = f7
f8 = f8
f9 = f9
f10 = f10
f11 = f11
f12 = f12
f13 = f13

back = f1
refresh = f2
zoom = f3
scale = f4
print = f5
brightnessdown = f6
brightnessup = f7
kbdillumdown = f8
kbdillumup = f9
playpause = f10
mute = f11
volumedown = f12
volumeup = f13


[alt]
backspace = delete
brightnessdown = kbdillumdown
brightnessup = kbdillumup
f6 = kbdillumdown
f7 = kbdillumup

[control]
f5 = print
scale = print

[control+alt]
backspace = C-A-delete
@OtterCodes101
Copy link

having the same results on cyan.
It looks like it's bound to the "coffee" key, which doesn't actually do anything in most DEs.

@ChocolateLoverRaj
Copy link
Contributor

ChocolateLoverRaj commented Aug 13, 2024

I think "coffee" used work some time ago. Idk why it doesn't stop working. As an alternative, using M-l works to bind a key to Super+L, which is the shortcut for locking on most DEs. Setting sleep = M-l makes the lock key work on jinlon with GNOME.

@WeirdTreeThing
Copy link
Owner

It works OOTB for me in KDE.

@OtterCodes101
Copy link

It would be nice to have it so you can choose the functionality of the lock key in the installer, sort of like how you can invert the fn key functions.

@WeirdTreeThing
Copy link
Owner

Well then how would I handle other keys like the overview key which also does nothing in gnome.

@OtterCodes101
Copy link

maybe detect the DE you're using idk

@ChocolateLoverRaj
Copy link
Contributor

Well then how would I handle other keys like the overview key which also does nothing in gnome.

Btw it (evtest KEY_SCALE) doesn't seem to do anything in KDE either. I would rank it as the most useless key on any Chromebook. There is probably a better use for it that it can be remapped to, idk though.

Also, the DE doesn't need to be detected. Super+L shortcut is the default for locking in GNOME too.

@OtterCodes101 what would be the options for the functionality of the lock key? I can think of

  • Lock
  • Delete
  • Sleep (not sure if anyone would use this option)

@WeirdTreeThing
Copy link
Owner

Oh right. So in plasma 5 scale would open the window overview menu but in plasma 6 they got rid of that shortcut for some reason. I just manually added it back.

@ChocolateLoverRaj
Copy link
Contributor

Maybe we should request KDE Plasma to reimplement that shortcut by default and request GNOME to have coffee as a shortcut for lock by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants