Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Chat about just about anything else
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 30 days after creation.
Locked
User avatar
pepperminty
Level 6
Level 6
Posts: 1064
Joined: Thu Jun 23, 2011 10:51 pm

Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Post by pepperminty »

I plan to meet a private seller in a few days to buy a USB keyboard. What do you suggest I do to test that the keyboard is 100% okay?

I mean, I plan to press every key in every row. Anything I should do/know/test/ask/etc?

Thanks.
Last edited by LockBot on Wed Dec 07, 2022 4:01 am, edited 1 time in total.
Reason: Topic automatically closed 30 days after creation. New replies are no longer allowed.
WharfRat

Re: Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Post by WharfRat »

pepperminty wrote: Wed May 15, 2019 12:32 pm I plan to meet a private seller in a few days to buy a USB keyboard. What do you suggest I do to test that the keyboard is 100% okay?

I mean, I plan to press every key in every row. Anything I should do/know/test/ask/etc?

Thanks.
What's the price difference here - keyboards are not that expensive and you'll have the comfortable feeling of a warranty with a new one :wink:
User avatar
pepperminty
Level 6
Level 6
Posts: 1064
Joined: Thu Jun 23, 2011 10:51 pm

Re: Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Post by pepperminty »

WharfRat wrote: Wed May 15, 2019 1:09 pm
pepperminty wrote: Wed May 15, 2019 12:32 pm I plan to meet a private seller in a few days to buy a USB keyboard. What do you suggest I do to test that the keyboard is 100% okay?

I mean, I plan to press every key in every row. Anything I should do/know/test/ask/etc?

Thanks.
What's the price difference here - keyboards are not that expensive and you'll have the comfortable feeling of a warranty with a new one :wink:
I'm currently overseas. $3 for this used one vs $5 for a new one that is not light-up and is from a store that has a bed reputation in the country. haha
WharfRat

Re: Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Post by WharfRat »

Code: Select all

xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
This will return the key codes and descriptions - e.g.

Code: Select all

67 F1
68 F2
69 F3
70 F4
71 F5
72 F6
73 F7
74 F8
75 F9
76 F10
41 f
42 g
52 z
64 Alt_L
52 z
37 Control_L
64 Alt_L
116 Down
113 Left
111 Up
114 Right
118 Insert
119 Delete
115 End
110 Home
112 Prior
117 Next
Some keys like the print screen and menu may not get displayed.

Check that x11-utils is installed.

Good luck :wink:
User avatar
Moem
Level 22
Level 22
Posts: 16233
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Post by Moem »

pepperminty wrote: Wed May 15, 2019 1:26 pm I'm currently overseas.
There's lots of seas. We're all overseas, from most other people's perspective.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Planning on buying a USB keyboard from a private seller. How can I make sure item is 100% working?

Post by cliffcoggin »

Moem wrote: Thu May 16, 2019 2:59 am There's lots of seas. We're all overseas, from most other people's perspective.
Nicely stated Moem.
Cliff Coggin
Locked

Return to “Open Chat”