블로그
- Real Gaming KeyBoard Genesis 8K Specification World's Fastest Keyboard HW Spec * HighSpeed USB 2.0 Polling Rate 8000Hz * All & Full 104 Key Scan Very Long Life) * USB Type-C SW Spec * Release Rate (Debounce) 4 Step Control * "6 Key" and "N Key" Auto
- [노원구모드컴퓨터디자인학원] 일러스트 환경설정 Tip Keyboard Increment : 선택물을 상하좌우 화살표키로 이동할 수치를 설정하는 곳입니다. Disable Auto Add/Delete : 기준점 자동 추가/삭제를 사용되지 않게 합니다.
- JAVA에서 System.in.read()로 문자열 입력 System.out.print("Press Keyboard : "); String k = ""; char a; do{ a = (char)System.in.read(); k += a; true){ a = System.in.read(); if(a == 10){ break; } k += (char)a; } } catch (IOException e) { // TODO Auto-generated