Skip to content

Instantly share code, notes, and snippets.

@dcrystalj
Created May 16, 2014 16:35
Show Gist options
  • Save dcrystalj/ca1748211872dc42480c to your computer and use it in GitHub Desktop.
Save dcrystalj/ca1748211872dc42480c to your computer and use it in GitHub Desktop.
yoga customize
miška
=====
HKEY_USERS>S-1-5-21-......1001>software>synaptics>SynTP>TouchpadPS2
then find the 2FingerTapAction entry on the right hand side of regedit and change the value from 0 to 2.
http://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/
na namizju
v biosu lah popraviš za fn
Mozilla pinch
about:config
browser.gesture.pinch.threshold user set integer 10
http://blog.gnu-designs.com/solved-correctly-working-pinchzoom-and-multitouch-gestures-in-firefox-on-mac-os-x/
Windows border width
http://www.eightforums.com/tutorials/8463-border-width-windows-change-windows-8-a.html
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\PaddedBorderWidth <- 0
//sublime user settings
"font_size": 10,
"line_padding_botom": 14,
"line_padding_top": 14,
"update_check": false,
//change tab height
in user style
.tabbrowser-tabs *|tab {
height: 20px !important;
}
https://support.mozilla.org/en-US/questions/929792
//facebook new design+ remove adds style
#rightCol {
display: none;
}
#contentArea {
width: 100% !important;
}
#remove all folders.reg
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
#capslock to ctrl.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
miška
=====
HKEY_USERS>S-1-5-21-......1001>software>synaptics>SynTP>TouchpadPS2
then find the 2FingerTapAction entry on the right hand side of regedit and change the value from 0 to 2.
http://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/
na namizju
v biosu lah popraviš za fn
Mozilla pinch
about:config
browser.gesture.pinch.threshold user set integer 10
http://blog.gnu-designs.com/solved-correctly-working-pinchzoom-and-multitouch-gestures-in-firefox-on-mac-os-x/
Windows border width
http://www.eightforums.com/tutorials/8463-border-width-windows-change-windows-8-a.html
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\PaddedBorderWidth <- 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment