Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Renewal
- Lifefilm
- Movieplayer
- cocos2d-x
- FLVPlayback
- 비트맵리사이즈
- wireless keyboard
- FLV Player
- publish setting
- ExteranlInterface
- javascript
- flashplayer
- complie
- android studio
- FlashDevelop
- ubuntu touch
- fd3
- 가로
- papervision3d
- Demo
- 단말 테스트
- flash
- TweenMax
- Alpha
- red5
- SWFObject
- os x
- ios
- debuger
- smoothing
Archives
- Today
- Total
ALL ABOUT ME
Ubuntu :: apple wireless keyboard fn key settings 본문
Here a description of each behavior :
- 0 = disabled : Disable the 'fn' key. Pressing 'fn'+'F8' will behave like you only press 'F8'
- 1 = fkeyslast : Function keys are used as last key. Pressing 'F8' key will act as a special key. Pressing 'fn'+'F8' will behave like a F8.
- 2 = fkeysfirst : Function keys are used as first key. Pressing 'F8' key will behave like a F8. Pressing 'fn'+'F8' will act as special key (play/pause).
임시로...
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
영구적으로...
1. Append the configuration line to the file /etc/modprobe.d/hid_apple.conf creating it if necessary:
$ echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
2. Notify the hid_apple module to reload its configuration
$ sudo update-initramfs -u
3. Reboot
$ sudo reboot
'Life' 카테고리의 다른 글
Ubuntu :: 설치 후 셋팅 할 것들!! (0) | 2012.07.30 |
---|---|
Ubuntu :: Launcher에 아이콘 추가하기 (0) | 2012.07.10 |
Ubuntu :: 11.04에서 기존 스크롤 사용하기 & 되돌아가기 (0) | 2011.06.07 |
Ubuntu :: nvidia driver 삭제 (0) | 2011.05.02 |
Ubuntu :: iPad를 충전하자! (0) | 2011.04.12 |
Comments