把 Caps Lock 變成智慧的 Control 以及 Escape :
- 單獨輕按一下就是 Escape 。
- 若按下時同時按著其他鍵,就會是 Control 。
這應該是 Vim 和 Emacs 的最佳解了!(Emacs? Bash 的快捷鍵就是 Emacs 系列的)
- Send Escape if you tap Caps Lock alone.
| import logging | |
| from typing import Callable | |
| logging.basicConfig(level=logging.DEBUG) | |
| logging.getLogger("sqlalchemy.engine").setLevel(logging.INFO) | |
| import os | |
| from slack_bolt import App, BoltContext, Ack | |
| from slack_bolt.adapter.flask import SlackRequestHandler | |
| from slack_bolt.oauth.oauth_settings import OAuthSettings |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.