Claude Code の応答トーン設定用。ロッキーの話し方・性格・行動原則を定義する。
- 種族: エリディアン(エリド星出身)
azooKey Desktop for macOS has two independent keyboard settings:
Config.KeyboardLayout) — Controls physical key → character mapping via overrideKeyboard(withKeyboardNamed:). Setting this to "Dvorak" tells the OS to interpret key positions as Dvorak.Config.InputStyle) — Controls romaji → kana conversion table. The default table is QWERTY-based.These two settings are not linked. Setting Keyboard Layout to Dvorak does NOT change the romaji table. This means ci still maps to し (sa-row) instead of き (ka-row), which is the expected behavior for Dvorak users.
| <########################## | |
| .SYNOPSIS This script will change the shell of a user from invalid.exe to explorer.exe and swap back | |
| .DESCRIPTION This tool should only be used for a Logitech imaged Zoom room. Running this script on a different system could have an undesriable outcome. | |
| 1. Log off the Zoom user account | |
| 2. Logon with the ZoomAdmin account | |
| 3. Run this Script | |
| 4. Log Off the ZoomAdmin account | |
| 5. Logon with the Zoom account | |
| 6. Once Zoom Rooms start click on the Option button and then exit | |
| 7. Make any changes you desire |
| #include <GLFW/glfw3.h> | |
| #define GLFW_EXPOSE_NATIVE_COCOA | |
| #define GLFW_EXPOSE_NATIVE_NSGL | |
| #include <GLFW/glfw3native.h> | |
| #include <bgfx/c99/bgfx.h> | |
| #include <bgfx/c99/platform.h> | |
| #include <cglm/cglm.h> | |
| #include <stdio.h> | |
| console.log('Loading function'); | |
| var util = require('util'); | |
| var url = require('url'); | |
| var https = require('https'); | |
| var hookURL = "https://hooks.slack.com/services/............"; | |
| var postMessage = function(message, callback) { | |
| var body = JSON.stringify(message); |
| var fs = require('fs') | |
| var data = JSON.parse(fs.readFileSync('keyframes.json')) | |
| for (var key in data.user.property) { | |
| console.log(key) | |
| } | |
| // console.log(data.user.property.position) | |
| var position = data.user.property.position | |
| var vertices = [] | |
| data.user.property.face_vertices.forEach((v) => { |
| var fs = require('fs') | |
| var data = JSON.parse(fs.readFileSync('keyframes.json')) | |
| for (var key in data.user.property) { | |
| console.log(key) | |
| } | |
| // console.log(data.user.property.position) | |
| var position = data.user.property.position | |
| var vertices = [] |
| # | |
| # | |
| # | |
| # | |
| - ー 1 | |
| a あ 1 | |
| i い | |
| u う 1 |
| (OTF | |
| (OffsetTable | |
| (sfnt-version 20308.21583) | |
| (numTables 25) | |
| (searchRange 256) | |
| (enterSelector 4) | |
| (rangeShift 384)) | |
| (Table 0 (tag "BASE" #x42415345) | |
| (checkSum 6962C672) (offset #x00000430) (length: #x000001C8)) | |
| (Table 1 (tag "CFF " #x43464620) |