location: Diff for "e-teaching"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 10 and 11
Revision 10 as of 2014-09-10 10:30:15
Size: 2376
Editor: bbaer
Comment:
Revision 11 as of 2014-09-10 10:30:25
Size: 2375
Editor: bbaer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
{{Attachement::Wacom1.jpeg}} {{Attachement::Wacom.jpeg}}

E-Teaching

Screenrecord

Linux

  • Screen record: kazam

  • Display picture of own webcam (to be recorded simutaneously): guvcview

  • Animate mouse movement, show mouse clicks: <nothing reliable found>

  • Audio Control: pavucontrol

Windows & Mac

Wacom

Attachement::Wacom.jpeg

Linux

To install the wacom tablet under linux, simply plug it in and run the shell script you find under ...

The shell script can be used to personalize the buttons and other options.

   1 # Defining the Buttons 1-4 on the pad. With this config the first button presses 1 on your keyboard.
   2 # Note that the first Button is "3" not "1", etc. 
   3 xsetwacom set "Wacom Intuos PT M Finger pad" Button 3 "key 1"
   4 xsetwacom set "Wacom Intuos PT M Finger pad" Button 1 "key 2"
   5 xsetwacom set "Wacom Intuos PT M Finger pad" Button 9 "key 3"
   6 xsetwacom set "Wacom Intuos PT M Finger pad" Button 8 "key 4"

As you can see from the config, the Button config isn't 1 2 3 4 but 3 1 9 8. This has to do with how the kernel maps the input buttons, that can't be changed. At the end you write in the actual input you want, the standard config is for use with MyPaint, with it you can easily switch between 4 colors. You could also map different functions on it, with "key ctrl+ z ctrl-" for instance, the button will push and hold down the control button on your keyboard and press Z before it releases ctrl again. If you would input "key ctrl z" the programm does the keystrokes after each other.

If you want to activate the control with touch additionally to the pen, add following line:

   1 xsetwacom set "Wacom Intuos PT M Finger touch" Gesture "on"

If you want to reset the controls to default, just unplug the Wacom Tablet and plug in the USB again.

Windows & Mac

Under Windows & Mac the standard Wacom drivers can be used to set up the buttons and other options.

Software

MyPaint

MyPaint is a simple Program that lets you draw on fullscreen. To setup the colors on the hotkeys 1-0 simply select any color you want in the programm and press CTRL + (1-0) Key. After you have saved the colors you want, you can select them by pressing 1-0.

Kazom

Pavu Control

PublicMathWiki: e-teaching (last edited 2021-02-01 12:57:07 by eseide)