# | from | to |
---|---|---|
1 | 右space | 無変換 |
2 | 無変換 | WIN |
3 | WIN | App |
4 | Caps | L_CTRL |
5 | fn + Caps | L_CTRL |
6 | FN | L_CTRL |
This file contains 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
<?php | |
/** | |
* @param $ical_url | |
* @return array|false | |
*/ | |
function get_date_from_ics($ical_url) | |
{ | |
$dates = []; | |
// iCal データの取得 |
This file contains 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
root = true | |
[*] | |
indent_style = space | |
indent_size = 2 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
This file contains 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
{ | |
"title": "Eisu Cursor", | |
"rules": [ | |
{ | |
"description": "Change EISU + hjkl to arrow keys", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "japanese_eisuu" |
This file contains 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
{ | |
"title": "backslash", | |
"rules": [ | |
{ | |
"description": "underscore to backslash", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "international1" | |
}, |
This file contains 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
{ | |
"title": "browser", | |
"conditions": [ | |
{ | |
"type": "frontmost_application_if", | |
"bundle_identifiers": [ | |
"^com\\.apple\\.Safari", | |
"^com\\.google\\.Chrome", | |
"^com\\.vivaldi\\.Vivaldi" | |
] |
This file contains 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
# FB / twitterクローラーを許可する | |
Satisfy Any | |
Order Allow,deny | |
SetEnvIf User-Agent "^facebookexternalhit.*$" sns_crawler | |
SetEnvIf User-Agent "^.*Twitterbot.*$" sns_crawler | |
Allow from env=sns_crawler |
This file contains 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
{ | |
"title": "for Kensington Trackball", | |
"rules": [ | |
{ | |
"description": "L_btn + R_btn to Button 2", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"simultaneous": [ |
This file contains 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
{ | |
"title": "Cmd-Eisuu-Kana", | |
"rules": [ | |
{ | |
"description": "cmd to eisuu and kana", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "left_command", |
This file contains 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
{ | |
"title": "Japanese JIS to US Keyboard: Remap Symbol Keys", | |
"maintainers": [ | |
"halfwhole" | |
], | |
"rules": [ | |
{ | |
"description": "Japanese JIS to US Keyboard: Remap Symbol Keys", | |
"manipulators": [ | |
{ |
OlderNewer