u/DragonFistLimitless

F2 key as "KEY-VOLUMEDOWN"

So I installed ubuntu on an ideapad3i celeron and run on a minor issue where my F2 key ID is set as "VOLUMEDOWN" instead of F2, as I've checked it out by libinput, and I can't use the F2 shortcut to rename a file because it's set as VOLUMEDOWN and not F2, I'd like attach a screenshot here to it off to you guys, how do I fix it? already went to ~/.config to check if I could rename the key ID to F2 but I am kind of a noob on it so I got no results

reddit.com
u/DragonFistLimitless — 8 days ago

was thinking about using a call method from another class file to storage variable data but everytime the file entered process it would reinitialize the varible to starting point, desteoying instead of storaging it, like a databank, for example int databalance = 0; and everytime the file was run it would return to be 0 despite my method for adding to it.

reddit.com
u/DragonFistLimitless — 17 days ago

both Verbose.java containing the verbose class and test.java are located on the same package, but I still receiving this log error when I try to compile, how come? test.java:4: error: cannot find symbol

Verbose verbose = new Verbose();

\^

symbol: class Verbose

location: class test

test.java:4: error: cannot find symbol

Verbose verbose = new Verbose();

^

symbol: class Verbose

location: class test

2 errors

error: compilation failed

reddit.com
u/DragonFistLimitless — 18 days ago