Advertising
advertising
related pastes to tag 'keyboard'
- 2082978 - Miscellany: python keyboard blender
-
- import bpy
- USER_KEYCONFIG = 2
- wm = bpy.context.window_manager
- # border selection
- for k in wm.keyconfigs[USER_KEYCONFIG].keymaps.find('Gesture Border').keymap_items:
- if k.propvalue=='SELECT' and k.type=='LEFTMOUSE' and k.value=='RELEASE':
- 1788030 - Artem S. Tashkinov: linux russian keyboard lock caps winkeys
-
- # (c) 2010. Artem S. Tashkinov
- # A command to set the Russian keyboard layout with proper digital keys, disabling Caps Lock, making Caps Lock behave as a visual for the Russian language.
- #! /bin/bash
- echo -n "Setting the Russian keyboard ... "
- sleep 1
- setxkbmap 'us,ru(winkeys)' -model pc105 -option grp:alt_shift_toggle,grp_led:caps,ctrl:nocaps && echo OK || echo Failed
- 1633021 - .Xmodmap : linux keyboard jamie issue xmodmap opensuse desktop x.org 11.2 mess zawinski
-
- !
- ! This is an `xmodmap' input file for
- ! Sun Microsystems Type 2 (X Consortium; US) keyboards.
- ! Automatically generated on Fri Aug 21 00:51:24 2009 by nescius with
- ! XKeyCaps 2.46; Copyright (c) 1999 Jamie Zawinski <jwz@jwz.org>.
- ! http://www.jwz.org/xkeycaps/
- !
- ! This file makes the following changes:
- 1447922 - Pavel Chikulaev: keyboard ahk autohotkey productivity
-
- #Copyright (c) 2009 Pavel Chikulaev (pavel.chikulaev@gmail.com)
- #Released to Public Domain
- press_count = 0
- sticky_hotkeys = false
- MyAppsKeyHotkeys(enable)
- {
- 900947 - Keyboard problem: problem keyboard os
-
- unsigned short scancode;
- //unsigned short status;
- while(1 == 1)
- {
- //status = inportb(0x64);
- scancode = inportb(0x60);
- 635694 - PS/2 driver: ps2 keyboard mouse driver toasteros
-
- ; **********************************************************
- ; Name: PS/2 Keyboard & Mouse driver
- ; Type: Virtual Device Driver
- ; Autor: Peter Kleissner
- ; Version: 1.00
- ; **********************************************************