ボカロとマイクラが好きな、聴くブログ

ボカロとマイクラが好きな雑記ブログ

follow us in feedly

CapsLockキーから引越しそばが来ました。

いや、機能自体は消滅したので、送り主はコントロールキーです。

使ったのは、KeySwapというソフト。実はエンターキーも変換キーに引っ越しているのでなかなか便利です。これで、左手だけでEnterとBackSpaceを押すことができます。

まずは慣れないとですけどね。

セーブしようとControl+Sをしようとして失敗しかねないですけどね。たぶん、右折でウインカーを動かす心境が理解できます。

follow us in feedly ** 注意 - Web Speech API非対応のブラウザでは音読できません */ (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article').forEach(function (article) { var button = document.createElement('button'); button.type = 'button'; button.className = 'btn'; button.textContent = '音読する'; button.style = 'float: right'; article.querySelector('header').appendChild(button); button.addEventListener('click', function () { var synth = window.speechSynthesis; var body = article.querySelector('.entry-content').textContent; var utter = new SpeechSynthesisUtterance(body); synth.speak(utter); }); }); })();