From 3c80c283f2bc5e69a803f09f47b7752694a426ec Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Mon, 26 Jul 2021 14:23:20 +0200 Subject: [PATCH 1/1] Add files via upload Minor change in the comments (tensor product -> circled times). --- autohotkey-v1.1/UltimateKEYS SW (Scroll Lock).ahk | 4 ++-- autohotkey-v1.1/UltimateKEYS.ahk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autohotkey-v1.1/UltimateKEYS SW (Scroll Lock).ahk b/autohotkey-v1.1/UltimateKEYS SW (Scroll Lock).ahk index f6d4d79..4969563 100644 --- a/autohotkey-v1.1/UltimateKEYS SW (Scroll Lock).ahk +++ b/autohotkey-v1.1/UltimateKEYS SW (Scroll Lock).ahk @@ -882,8 +882,8 @@ dkMathSymbols.item["6"] := "{u+2220}" ; (∠) angle symbol dkMathSymbols.item["^"] := "{u+2220}" ; (∠) angle symbol dkMathSymbols.item["7"] := "{u+2227}" ; (∧) logical and dkMathSymbols.item["&"] := "{u+2227}" ; (∧) logical and -dkMathSymbols.item["8"] := "{u+2297}" ; (⊗) tensor product -dkMathSymbols.item["*"] := "{u+2297}" ; (⊗) tensor product +dkMathSymbols.item["8"] := "{u+2297}" ; (⊗) circled times +dkMathSymbols.item["*"] := "{u+2297}" ; (⊗) circled times dkMathSymbols.item["9"] := "{u+221f}" ; (∟) right angle dkMathSymbols.item["("] := "{u+221f}" ; (∟) right angle dkMathSymbols.item["0"] := "{u+2221}" ; (∡) measured angle diff --git a/autohotkey-v1.1/UltimateKEYS.ahk b/autohotkey-v1.1/UltimateKEYS.ahk index e510bef..091bc58 100644 --- a/autohotkey-v1.1/UltimateKEYS.ahk +++ b/autohotkey-v1.1/UltimateKEYS.ahk @@ -882,8 +882,8 @@ dkMathSymbols.item["6"] := "{u+2220}" ; (∠) angle symbol dkMathSymbols.item["^"] := "{u+2220}" ; (∠) angle symbol dkMathSymbols.item["7"] := "{u+2227}" ; (∧) logical and dkMathSymbols.item["&"] := "{u+2227}" ; (∧) logical and -dkMathSymbols.item["8"] := "{u+2297}" ; (⊗) tensor product -dkMathSymbols.item["*"] := "{u+2297}" ; (⊗) tensor product +dkMathSymbols.item["8"] := "{u+2297}" ; (⊗) circled times +dkMathSymbols.item["*"] := "{u+2297}" ; (⊗) circled times dkMathSymbols.item["9"] := "{u+221f}" ; (∟) right angle dkMathSymbols.item["("] := "{u+221f}" ; (∟) right angle dkMathSymbols.item["0"] := "{u+2221}" ; (∡) measured angle -- 2.47.3