-
Notifications
You must be signed in to change notification settings - Fork 6
/
apple-kbd
21 lines (18 loc) · 880 Bytes
/
apple-kbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# apple-kbd, Apple Aluminium Keyboards keymap configuration rules
# Copyright (c) 2009-2011 Damien Ciabrini - damien.ciabrini@gmail.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Emulate PC keys by default (Print, Scroll Lock, Pause, Num Lock)
# Keyboard configuration applets (e.g., GNOME) inherit this setting
apple_kbd_ALUKBD_XKB_PC_KEYS=1
# Make the "fn" key generate an "Insert" scancode!
# Linux-specific configuration, relies on evdev remapping
apple_kbd_ALUKBD_FN_AS_INS=1
# Choose the default behaviour of keys F1 to F12
# 1: multimedia keys
# 2: function keys
# Linux-specific configuration, relies on kernel module hid_apple
apple_kbd_ALUKBD_KMOD_FNMODE=2