added some instructions into tuto computer

This commit is contained in:
hugo gogo
2022-10-05 19:39:35 +02:00
parent 1618f36dca
commit 75db47ad7a
2 changed files with 21 additions and 0 deletions

View File

@@ -28,3 +28,22 @@
**to enable vi :** `export TERM=xterm`
**locked files on nextcloud :** https://help.nextcloud.com/t/file-is-locked-how-to-unlock/1883
**youtube-dl for france.tv :**
https://github.com/ytdl-org/youtube-dl/issues/29956#issuecomment-1013345689
**remap keyboard keys for one session :**
**xev** open a program that gives informations about key events, like keycode
**xmodmap -pk | grep <keycode>** to find the name of the key, like Return
**xmodmap -e "keycode <keycode> = <name>"** ex: `xmodmap -e "keycode 62 = Return"`
**settings of firefox extension MultiTranslate :**
iframe {
/*min-width: 720px;*/
min-height: 600px;
border: none;
margin-top: -160px;
}
iframe ~ * {
display: none !important;
}