Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'keyboard'

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