Opera 10.5x 에서 바람 입력기로 한글 입력이 되지 않을 수 있다. 바람 입력기 설정 화면에서 input by 값을 word로 설정하면 된다.
Create TOC
2010년 4월 30일
Opera/addEventListener('load')가 동작하지 않을 때
Opera 10.5x 버전부터 UserScript에서 아래와 같이 load 이벤트에 대해서 함수 연결이 되지 않는다.
document.addEventListener('load', function() {
alert(1);
}, false);
아래와 같이 그냥 실행하도록 수정한다.
(function () {
alert(1);
})();
2010년 4월 16일
Opera/Youtube에서 flash를 업데이트 하라고 표시할 때.
출처 : http://www.google.com/support/forum/p/youtube/thread?tid=46dd241356fbad51&hl=en
최신 flash player를 설치했음에도 불구하고 Opera로 Youtube를 접속하면 flash를 업데이트하라는 메시지가 표시된다. 이때는 user script 폴더에 YoutubeProtectionRemover.js파일을 만들어 주면 된다.
// ==UserScript==
// @name YoutubeProtectionRemover
// @include http://www.youtube.com/*
// @description Removes lame protection on YouTube
// @copyright 2010, Snap
// ==/UserScript==
window.opera.addEventListener('BeforeScript', function (ev){
ev.element.text = ev.element.text.replace("yt.flash.update(swfConfig, forceUpdate);","");
}, false);
2010년 4월 13일
2010년 4월 11일
Mac OS X keyboard shortcuts
백업용으로 보관. 원문은 http://www.silvermac.com/mac-os-x-keyboard-shortcuts/.
Start up hot-keys (press key while booting)
shortcut | description |
X | Force Mac OS X startup |
C | Start up from a bootable CD |
N | Attempt to start up from a compatible network server (NetBoot) |
T | Start up in FireWire Target Disk mode |
Opt-Cmd-Shift-Delete | Seeks a different startup volume |
Shift | Start up in Safe Boot mode |
Cmd-V | Start up in Verbose mode |
Cmd-S | Start up in Single-User mode |
Cmd-Opt-Esc | Force Quit menu |
Cmd-Opt-D | Show/hide the dock |
Ctrl-Eject | Bring up Shutdown/Sleep/Logout Dialog |
Ctrl-Cmd-Eject | Restart immediately |
Clipboard
shortcut | description |
Cmd-C | Copy |
Cmd-V | Paste |
Cmd-X | Cut |
Cmd-A | Select All |
Finder Navigation
shortcut | description |
Cmd-N | New Finder window |
Cmd-W | Close Window |
Opt-Cmd-W | Close all Windows |
Cmd-Down | Open File/Folder |
Cmd-Up | Navigate to parent |
Cmd-Right | Expand folder (in list view) |
Cmd-Left | Collapse Folder (in list view) |
Opt-Cmd-Right | Expand folder and its subfolders (in list view) |
Opt-Cmd-Up | Open parent folder and close current window |
Cmd-Shift-H | Jump to your Home folder |
Cmd-Shift-A | Jump to your Applications folder |
Cmd-Shift U | Jump to your Utilities folder |
Cmd-Shift K | Jump to the Network browser |
Cmd-Shift G | Goto Folder… |
Cmd-1 | View as Icons |
Cmd-2 | View as List |
Cmd-3 | View as Columns |
Cmd-Space | Open Spotlight (OS X 10.4) |
Cmd-Delete | Move file/folder to trash |
Cmd-Click window title | Display the file path |
Menu Commands
shortcut | description |
shortcut | description |
Shift-Cmd-Q | Log out |
Shift-Opt-Cmd-Q | Log out immediately |
Shift-Cmd-Delete | Empty Trash |
Opt-Shift-Cmd-Delete | Empty Trash without dialog |
Cmd-H | Hide window |
Opt-Cmd-H | Hide Others |
Cmd-N | File New window |
Shift-Cmd-N | New Folder |
Cmd-O | Open |
Cmd-S | Save |
Shift-Cmd-S | Save as |
Cmd-P | |
Cmd-W | Close Window |
Opt-Cmd-W | Close all Windows |
Cmd-I | Get Info |
Opt-Cmd-I | Show Attributes Inspector |
Cmd-D | Duplicate |
Cmd-L | Make Alias |
Cmd-R | Show original |
Cmd-T | Add to Favorites |
Cmd-Delete | Move to Trash |
Cmd-E | Eject |
Cmd-F | Find |
Cmd-Z | Undo |
Cmd-B | Hide Toolbar |
Cmd-J | Show View Opts |
Cmd | [ = Go Back |
Cmd | ] = Go Forward |
Shift-Cmd-C | Go to Computer |
Shift-Cmd-H | Go to your Home folder |
Shift-Cmd-I | Go to iDisk |
Shift-Cmd-A | Go to Applications folder |
Shift-Cmd-G | Go to Go-To Folder |
Cmd-K | Connect to Server |
Cmd-M | Minimize Window |
Cmd-? | Open Mac Help |
Cmd-Space | Open Spotlight (OS X 10.4) |
Screen capture
shortcut | description |
Cmd-Shift 3 | Capture the screen to a file |
Cmd Ctrl Shift 3 | Capture the screen to the clipboard |
Cmd-Shift 4 | Select an area to be captured to a file |
Cmd Ctrl Shift 4 | Select an area to be captured to the clipboard |
Cmd-Shift 4, then press Space | Capture entire window |
Universal Access
shortcut | description |
Opt-Cmd-* (asterisk) | Turn on Zoom |
Opt-Cmd-+ (plus) | Zoom in |
Opt-Cmd? (minus) | Zoom out |
Cmd-Opt-Ctrl-8 | Invert Screen colours |
Window Management
shortcut | description |
Cmd-W | Close window |
Cmd-Opt-W | Close all windows |
Cmd-M | Minimise window |
Cmd-Opt-M | Minimise all windows |
Cmd-H | Hide Application |
Cmd-~ | Cycle through windows for current application |
Ctrl-F4 | Cycle through every open window |
Cmd-Tab | Bring up the Application Switcher. |
Cmd-Tab | Cycle Forwards |
Cmd-~ | Cycle Backwards |
Cmd-Shift-Tab | Cycle Backwards |
Cmd-Q | Quit application |
Expose
shortcut | description |
F9 | Show all open windows on the screen at once |
F10 | Show all windows for the current application. |
F11 | Shows Desktop |
F12 | Activates Dashboard |
F12 (hold) | ejects disk |
Miscellaneous
shortcut | description |
Opt-Cmd-D | Show/Hide Dock |
Ctrl-Up | Move up one page |
Ctrl-Down | Move down one page |
Opt-Drag | Copy to new location |
Opt-Cmd-Drag | Make alias in new location |
Cmd-Drag | Move to new location without copying |
Opt-Cmd-Eject | Sleep |
Cmd-click window toolbar button (upper right corner) | Cycle through toolbar views |
Ctrl-Cmd-D and mouse over word in Cocoa applications | shows Dictionary description for that word |
2010년 4월 7일
Debian/USB 장치가 두 번 mount 되는 문제
usb device를 연결했을 때 아래와 같이 동일한 장치에 대해서 두 번 mount 되는 경우가 있다.
$ mount /dev/sdg1 on /media/MARKBOY_IPO type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush) /dev/sdg1 on /media/MARKBOY_IPO-1 type vfat (rw,nosuid,nodev,sync,uhelper=hal,umask=002)
gnome-volume-manager와
$ sudo apt-get remove halevt
피드 구독하기:
글
(
Atom
)