This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c | |
index eef739a14..b69b13b7d 100644 | |
--- a/quantum/keymap_common.c | |
+++ b/quantum/keymap_common.c | |
@@ -63,6 +63,9 @@ action_t action_for_key(uint8_t layer, keypos_t key) | |
case KC_AUDIO_MUTE ... KC_BRIGHTNESS_DOWN: | |
action.code = ACTION_USAGE_CONSUMER(KEYCODE2CONSUMER(keycode)); | |
break; | |
+ case KC_APPLE_FN: | |
+ action.code = ACTION_APPLE_FN(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $OpenBSD: sshd_config,v 1.89 2013/02/06 00:20:42 dtucker Exp $ | |
# This is the sshd server system-wide configuration file. See | |
# sshd_config(5) for more information. | |
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin | |
# The strategy used for options in the default sshd_config shipped with | |
# OpenSSH is to specify options with their default value where | |
# possible, but leave them commented. Uncommented options override the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://help.apple.com/deployment/osx/ | |
https://help.apple.com/deployment/ios/ | |
https://help.apple.com/deployment/business/ | |
https://help.apple.com/deployment/education/ | |
https://help.apple.com/icloud | |
https://help.apple.com/machelp/mac/10.12/ | |
https://help.apple.com/serverapp/mac/ | |
https://help.apple.com/advancedserveradmin/mac/4.0/ | |
https://help.apple.com/configurator/ | |
https://help.apple.com/profilemanager/mac/ |